An open API service indexing awesome lists of open source software.

https://github.com/marshallovski/pictochat-server

Pictochat server written in Node.js
https://github.com/marshallovski/pictochat-server

app chat chatapp chatroom javascript node nodejs

Last synced: 2 months ago
JSON representation

Pictochat server written in Node.js

Awesome Lists containing this project

README

          

# pictochat-server
Pictochat server written in Node.js

# Launch server
1. Download Node.js
2. 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)
3. 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!