An open API service indexing awesome lists of open source software.

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

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.