3.0.0 • Published 10 years ago

cometd-jquery v3.0.0

Weekly downloads
14
License
-
Repository
github
Last release
10 years ago

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