https://github.com/marshallovski/nodejschat
Terminal chat powered by Nodejs and sockets
https://github.com/marshallovski/nodejschat
Last synced: 2 months ago
JSON representation
Terminal chat powered by Nodejs and sockets
- Host: GitHub
- URL: https://github.com/marshallovski/nodejschat
- Owner: marshallovski
- License: mit
- Created: 2024-06-07T07:07:02.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-07T07:08:38.000Z (over 1 year ago)
- Last Synced: 2024-06-07T08:28:17.989Z (over 1 year ago)
- Language: JavaScript
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# nodejschat
Terminal chat powered by Nodejs and sockets# How to use
1. Launch the server (`node server.js`)
2. Launch the client on the another terminal (`node client.js`that's it!