Back to Socket Io

Socket.IO with NW.js

examples/nwjs-example/README.md

4.7.5293 B
Original Source

Socket.IO with NW.js

Guide: https://socket.io/how-to/use-with-nwjs

How to use

Client

bash
# install the dependencies
$ npm i

# start the app
$ nw .

Server

bash
$ cd server

# install the dependencies
$ npm i

# start the server
$ npm start