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
- Host: GitHub
- URL: https://github.com/marshallovski/pictochat-server
- Owner: marshallovski
- License: mit
- Created: 2023-08-31T09:59:17.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-08-31T10:04:30.000Z (about 2 years ago)
- Last Synced: 2023-08-31T23:50:40.138Z (about 2 years ago)
- Topics: app, chat, chatapp, chatroom, javascript, node, nodejs
- Language: JavaScript
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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!