Skip to content

yemeksepeti/cometd-js-jquery

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cometd-js-jquery

CometD is an implementation of the Bayeux protocol. This repository provides a JavaScript library for use alongside jQuery, for distribution via Bower.

Purpose

The purpose of this repository / project is to have an "always up-to-date" version of CometD, that can be acquired through Bower.

Notice: If a newer version has been released (yes, RC's or Alphas also count), feel free to submit a pull request (just include a message of which version you would like), and I'll make the version available.

Usage

This paragraph implies that you have installed npm (Node Package Manager, which is part of NodeJS) as well as Bower. (the command bower must be present in your shell / command prompt / console).

The simple way of using this dependency is to issue the following command from a terminal: bower install cometd-js-jquery

or by adding it to your project's bower.json- / component.json-file:

{
  "name": "my-project-utilizing-bower",
  "version": "1.0.0",
  "dependencies": {
    ...
    "cometd-js-jquery": "~2.6.0",
    ...
  },
  "devDependencies": {
    "somedependency": "someversion",
    ...
  }
}

Information about available versions can be obtained by issueing the info-command, eg.: bower info cometd-js-jquery

For futher information on using Bower, read the documentation available on their website.

Changelog

About

An implementation of the Bayeux protocol in JavaScript for jQuery for distribution via Bower

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%