Skip to content

Latest commit

 

History

History
25 lines (13 loc) · 422 Bytes

readme.md

File metadata and controls

25 lines (13 loc) · 422 Bytes

Node.js Socket.io Example

Simple boilerplate for testing a websocket connection and deploy the server only.

How to run

1- Clone this repo:

git clone https://github.com/thenickben/socket-io-example

cd socket-io-example

2- Install dependencies:

yarn install

3- Run:

yarn start

Demo

Deploy to heroku

Deploy