Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 863 Bytes

Readme.md

File metadata and controls

31 lines (19 loc) · 863 Bytes

Forked from wilmoore/cometd-jquery to solve issue with cross-domain cometd calls [EPICENTER-2779]

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