Files
socket.io/examples/nwjs-example
2024-04-12 11:13:31 +02:00
..
2024-04-12 11:13:31 +02:00
2024-04-12 11:13:31 +02:00
2024-04-12 11:13:31 +02:00
2024-04-12 11:13:31 +02:00
2024-04-12 11:13:31 +02: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