Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 325 Bytes

README.md

File metadata and controls

9 lines (8 loc) · 325 Bytes

websocket-demo

This code demonstrate websocket use by showing a live twitter feed on javascript.

Steps to run:

  1. Clone this repository.
  2. Put your twitter app token in server.js.
  3. Run npm install in terminal.
  4. Run 'npm start` in terminal. Make sure you have node installed.
  5. Open client.html file in browser.