Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/rossoskull/chatio
- Owner: rossoskull
- Created: 2018-08-28T06:42:32.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T11:10:58.000Z (about 2 years ago)
- Last Synced: 2023-03-10T16:42:49.147Z (almost 2 years ago)
- Language: CSS
- Homepage: https://rossoskull-chatio.glitch.me
- Size: 1.23 MB
- Stars: 2
- Watchers: 1
- Forks: 6
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
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