Pictochat server written in Node.js
- Download Node.js
- Open terminal and type
git clone https://github.com/marshallovski/pictochat-server.git
(or just press "Code" button and press "Download ZIP", then unpack it) - Type
cd pictochat-server && node server.js
Tada! You're launched own Pictochat server! Also, you can set host and port in `config.json`. Good luck!