https://github.com/calvinkarundu/tcp-talk
CLI Chat tool
https://github.com/calvinkarundu/tcp-talk
Last synced: 13 days ago
JSON representation
CLI Chat tool
- Host: GitHub
- URL: https://github.com/calvinkarundu/tcp-talk
- Owner: calvinkarundu
- Created: 2015-12-07T09:45:39.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-02-18T07:48:38.000Z (over 9 years ago)
- Last Synced: 2025-01-17T02:13:11.743Z (6 months ago)
- Language: JavaScript
- Homepage:
- Size: 7.81 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# tcp-talk
A simple cli chat tool
### usage
run `npm install`
- start the server
`node server.js -h localhost -p 3000`- start a client
`node client.js -h localhost -p 3000 -n user254`- start a second client (or many more :) )
`node client.js -h localhost -p 3000 -n user2254`now **talk**