Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/bjarneo/blab

Blab - Node.js chat server.
https://github.com/bjarneo/blab

Last synced: 3 days ago
JSON representation

Blab - Node.js chat server.

Awesome Lists containing this project

README

        

blab
====

Blab - Node.js chat server.


This project is a learning project. Client will be written later.

## Start server
```javascript
node chat.js
```

## Connect to server
```bash
telnet host port

// ex: telnet bjarneo.codes 5000
```