cometd-jquery
v3.0.0
Published
JavaScript CometD Bayeux implementation with jQuery bindings packaged for npm users.
Downloads
167
Maintainers
Readme
cometd-jquery
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