Skip to content

kitsonk/cometd-dojo

Repository files navigation

cometd-dojo

cometd-dojo is a package that "wraps" the common JavaScript client libraries for CometD as AMD modules with associated CommonJS Package Manager packaging.

To load the client library, you would need to do something like this in your code:

require(["cometd-dojo/main"], function(cometd){
  // cometd will create a singleton instance of the client library
});

About

Dojo Client Package for CometD

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published