Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hypnosnova/novachat
chat
https://github.com/hypnosnova/novachat
Last synced: 3 days ago
JSON representation
chat
- Host: GitHub
- URL: https://github.com/hypnosnova/novachat
- Owner: HypnosNova
- Created: 2015-03-17T03:51:00.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-07-22T02:47:12.000Z (over 9 years ago)
- Last Synced: 2024-10-12T09:13:22.246Z (about 1 month ago)
- Language: JavaScript
- Size: 7.69 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
HiChat
===
A chat application built with Node.js and socket.io.View the live demo: http://hichat.herokuapp.com/
Features
---
* send pictures :sunrise:
* send emojis :smile:
* keyboard support :musical_keyboard:
* online users count statistic :ghost:How to run
---
1. download the code then extract
2. run `npm install` from command line window
3. run `node server`
4. finnaly, open your browser and visit `localhost:3000`教程见博客 http://www.cnblogs.com/Wayou/p/hichat_built_with_nodejs_socket.html
![blah](https://www.codeship.io/projects/73bd0d90-9897-0131-516c-56598d7b87e5/status)