Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/rossoskull/chatio

A simple Node JS chat application using socket.io module
https://github.com/rossoskull/chatio

Last synced: about 1 month ago
JSON representation

A simple Node JS chat application using socket.io module

Awesome Lists containing this project

README

        

# ChatIO
[ ![Codeship Status for rossoskull/ChatIO](https://app.codeship.com/projects/6ff97ac0-9576-0136-61fb-3264b84de4be/status?branch=master)](https://app.codeship.com/projects/304807)

ChatIO is a simple realtime chat application, written in JavaScript.

I created this app to learn the basics of Socket.IO

#### To install -
```
$ npm install
```

### To run -
```
$ npm start
```

You can view it on `localhost/3000` after running it on local server