https://github.com/zillding/blessed-chat
A simple chat app in terminal
https://github.com/zillding/blessed-chat
Last synced: 11 months ago
JSON representation
A simple chat app in terminal
- Host: GitHub
- URL: https://github.com/zillding/blessed-chat
- Owner: zillding
- Created: 2016-10-31T09:35:03.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2019-02-15T07:57:45.000Z (over 7 years ago)
- Last Synced: 2025-05-19T22:12:04.181Z (about 1 year ago)
- Language: JavaScript
- Size: 6.84 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Blessed Chat
A simple chat application in terminal
## Get Started
Clone the repository
```bash
npm install
npm start
```
Run `npm start:server` to start a socket server.
Run `npm start:client` to start a client in terminal.