Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 418 Bytes

File metadata and controls

11 lines (8 loc) · 418 Bytes

nowclient: A Node.js client for Now

Requires websocket-client (npm install websocket-client) and socket.io-nodeclient (git clone git://github.com/ericz/socket.io-nodeclient.git).

now_barebones.js is a quick example of how to use nowclient.

Usage: node now_barebones.js http://myserver:port/, where http://myserver:port/ indicates where your Now server is running.