cometd-jquery

JavaScript CometD Bayeux implementation with jQuery bindings packaged for npm users.

Usage no npm install needed!

<script type="module">
  import cometdJquery from 'https://cdn.skypack.dev/cometd-jquery';
</script>

README

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