Skip to content

Latest commit

 

History

History
24 lines (13 loc) · 611 Bytes

README.md

File metadata and controls

24 lines (13 loc) · 611 Bytes

Node.js Websocket Example

Info

This repoistory houses a minimal WebSocket example using Node.js.

This repository was created for use in the following blog post:

Getting interactive using Node.js WebSockets

If you use this code or found this example useful feel free to link back to the article or this Github page.

Requirements

node.js v7.8.0

Install socket.io using included package file:

npm install

License

MIT License: for more information see LICENSE