Skip to content

JavaScript CometD Bayeux implementation with jQuery bindings packaged for npm.

License

Notifications You must be signed in to change notification settings

wilmoore/cometd-jquery

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

JavaScript CometD Bayeux implementation with jQuery bindings packaged for npm.

Resources

License

Stars

Watchers

Forks

Packages

No packages published