# Socket.IO with [NW.js](https://nwjs.io/) 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 ```