kitsonk / cometd-dojo

Dojo Client Package for CometD

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:JavaScript 100.0%