8000 GitHub - cometd/cometd-nodejs-client at 1.0.0
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

cometd/cometd-nodejs-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The CometD Project

CometD client for NodeJS

Adapter code that allows the CometD client JavaScript library to run in a NodeJS environment.

NPM Installation

npm install cometd-nodejs-client

Usage

// Run the adapter code.
require('cometd-nodejs-client').adapt();

// Your normal CometD client application here.

See here for an example CometD client application.

0