Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/calvinkarundu/tcp-talk
CLI Chat tool
https://github.com/calvinkarundu/tcp-talk
Last synced: about 1 month ago
JSON representation
CLI Chat tool
- Host: GitHub
- URL: https://github.com/calvinkarundu/tcp-talk
- Owner: calvinkarundu
- Created: 2015-12-07T09:45:39.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-02-18T07:48:38.000Z (almost 9 years ago)
- Last Synced: 2023-08-07T22:19:36.955Z (over 1 year 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**