Coder Social home page Coder Social logo

unbrain / cometd-js-jquery Goto Github PK

View Code? Open in Web Editor NEW

This project forked from marksherretta/cometd-javascript-jquery

0.0 0.0 0.0 241 KB

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

JavaScript 100.00%

cometd-js-jquery's Introduction

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

cometd-js-jquery's People

Contributors

askarby avatar marksherretta avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.