Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/healen/hichat
nodejs socket 聊天室
https://github.com/healen/hichat
Last synced: 3 months ago
JSON representation
nodejs socket 聊天室
- Host: GitHub
- URL: https://github.com/healen/hichat
- Owner: healen
- Created: 2016-02-23T09:53:39.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2021-02-28T19:27:10.000Z (over 3 years ago)
- Last Synced: 2024-07-16T13:08:01.872Z (4 months ago)
- Language: Less
- Homepage: http://healen.herokuapp.com/
- Size: 941 KB
- Stars: 54
- Watchers: 4
- Forks: 20
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Hichat - 嗨信
Hichat 是一个,它深受 [微信网页版](https://wx.qq.com) 影响,它是用 nodejs socket.io jade 等技术实现的。
作者: [张晓东](https://github.com/healen/hichat)
## 安装
- git clone https://github.com/healen/hichat.git
- cd hichat
- npm install##启动
- node app
- 监听3000端口##需要技术
- [nodejs](https://nodejs.org)
- [jade](https://github.com/pugjs/jade)
- [socket.io](http://socket.io/)
- [gulp](http://gulpjs.com/)
- [gulp-less](https://npmjs.org/package/gulp-less/)
- [gulp-clean](https://www.npmjs.com/package/gulp-clean)