Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/bjarneo/blab
- Owner: bjarneo
- License: mit
- Created: 2014-11-30T18:44:44.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2014-12-11T18:59:21.000Z (almost 10 years ago)
- Last Synced: 2024-04-15T02:09:36.213Z (7 months ago)
- Language: JavaScript
- Size: 238 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```