Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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"