Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/BryanYang/freechat

nodejs 的一个聊天软件,类似微信。
https://github.com/BryanYang/freechat

Last synced: about 1 month ago
JSON representation

nodejs 的一个聊天软件,类似微信。

Awesome Lists containing this project

README

        

# freechat
nodejs 的一个聊天软件,类似微信。
- 模仿微信的界面,做到简单明了地聊天。
- 无需注册,登录一次后,该电脑将记住用户名,下次直接进入聊天。旨在最简化聊天。
- 支持聊天室,陌生人聊天。

## 软件框架
- node webkit. 桌面客户端的寄宿环境。
- socket.io 客户端与服务器进行通讯。
- html5, css3 , js 客户端开发语言。

![img](https://github.com/BryanYang/freechat/blob/master/photos/1.png)
![img](https://github.com/BryanYang/freechat/blob/master/photos/2.png)
![img](https://github.com/BryanYang/freechat/blob/master/photos/3.png)

## 运行前,请先下载 nw.js 。地址:[nw首页](http://nwjs.io/)