mirror of
https://github.com/socketio/socket.io.git
synced 2026-01-09 06:58:02 -05:00
Socket.IO with NW.js
Guide: https://socket.io/how-to/use-with-nwjs
How to use
Client
# install the dependencies
$ npm i
# start the app
$ nw .
Server
$ cd server
# install the dependencies
$ npm i
# start the server
$ npm start