glennschler / cometd-nodejs-client

CometD client for NodeJS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

CometD client for NodeJS

License:Apache License 2.0


Languages

Language:JavaScript 100.0%