Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 301 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 301 Bytes

#h1 -- FORK of below GIST

A simple example to create a websocket server and stream tweets about a pre-defined subject to the page.

Installation

$ npm install socket.io, twitter

Run

$ node ./app.js

Then open http://localhost:1337/ in a browser that supports websockets (or iDevice).