Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/petruisfan/nirc
Node IRC demo application presented at Timisoara JavaScript meetup.
https://github.com/petruisfan/nirc
Last synced: about 2 months ago
JSON representation
Node IRC demo application presented at Timisoara JavaScript meetup.
- Host: GitHub
- URL: https://github.com/petruisfan/nirc
- Owner: petruisfan
- License: apache-2.0
- Created: 2014-03-23T12:59:06.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2016-01-19T17:35:25.000Z (about 9 years ago)
- Last Synced: 2024-10-16T07:51:55.162Z (3 months ago)
- Language: JavaScript
- Size: 9.77 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
nIRC
====Node IRC demo application presented at Timisoara JavaScript meetup.
It uses websockets to emulate and IRC chat. You see a list of users, conversation and a send message form.
Instructions on running:
``` > cd nIRC ```
``` > npm install ```
``` > cd public ```
``` > bower install ```
``` > cd .. ```
``` > ./server.js ```
Go to browser and open "http://localhost:3000"