Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wayou/HiChat
A chat application built with Node.js and Websocket
https://github.com/wayou/HiChat
Last synced: about 2 months ago
JSON representation
A chat application built with Node.js and Websocket
- Host: GitHub
- URL: https://github.com/wayou/HiChat
- Owner: wayou
- Created: 2013-12-02T16:51:36.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2022-12-12T19:16:01.000Z (almost 2 years ago)
- Last Synced: 2024-10-14T06:47:23.431Z (about 2 months ago)
- Language: JavaScript
- Homepage: http://hichat.herokuapp.com/
- Size: 670 KB
- Stars: 744
- Watchers: 56
- Forks: 408
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-github-star - HiChat
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` or `iojs server` if you are using [io.js](https://iojs.org/)
4. finnaly, open your browser and visit `localhost:3000`[教程见博客](http://www.cnblogs.com/Wayou/p/hichat_built_with_nodejs_socket.html)
![codeship builing status](https://codeship.com/projects/73bd0d90-9897-0131-516c-56598d7b87e5/status?branch=master)