JavaScript CometD Bayeux implementation with jQuery bindings packaged for npm users.
npm install cometd-jquery> JavaScript CometD Bayeux implementation with jQuery bindings packaged for npm.
% npm install cometd-jquery
require.config({
baseUrl: framework,
paths: {
"org/cometd": 'node_modules/cometd-jquery/org/cometd',
"jquery.cometd": 'node_modules/cometd-jquery/jquery/jquery.cometd',
}
});
- CometD JavaScript
- CometD at Github
Apache