cometd-jquery

3.0.0 • Public • Published

cometd-jquery NPM version

JavaScript CometD Bayeux implementation with jQuery bindings packaged for npm.

% npm install cometd-jquery

RequireJS Configuration

require.config({
    baseUrl: framework,
    paths: {
      "org/cometd": 'node_modules/cometd-jquery/org/cometd',
      "jquery.cometd": 'node_modules/cometd-jquery/jquery/jquery.cometd',
    }
});

Alternatives

Resources

License

Apache

Package Sidebar

Install

npm i cometd-jquery

Weekly Downloads

60

Version

3.0.0

License

none

Last publish

Collaborators

  • wilmoore