Jquery-chat is a 100% pure JavaScript live chat based on jquery UI + node. js + Socket.io (both client and server are JS), realizing the facebook/gmail style of web chat.
quickly use romanysoft LAB
Technology to implement HTML development Mac OS apps and sell them to the Apple App Store.
"HTML development mac OS App video tutorial"
- Tudou Sync Update: http://www.tudou.com/plcover/VHNh6ZopQ4E/
- Baidu Network disk synchronization: Http://pan.baidu.com/s/1jG1Q58M
- Share [Chinese documentary] The Internet age Http://pan.baidu.com/s/1qWkJfcS
Official QQ Group: ( apply to join, say I recommend it
)
- App Practice 434558944
- App Learning Exchange 452180823
Characteristics
- multi-topic support (JQuery UI)
- 100% JavaScript (client and server side)
- support configuration file
- Span style= "font-family: ' Microsoft Yahei ';" > support for multiple languages
- multi-user chat
- search user
- voice
- browser support: Opera, Firefox, Google Chrome, Safari, Internet Explorer
| 1 3 4 5 6 7 8 9 10 11 |
<link id=‘theme‘ rel=‘stylesheet‘ /><link rel=‘stylesheet‘ href=‘css/tipsy.css‘ /><link rel=‘stylesheet‘ href=‘css/chat.css‘ /> <script src=‘https://jquery-chat.herokuapp.com/socket.io/socket.io.js‘></script><script src=‘js/jquery-1.11.2.min.js‘></script><script src=‘js/jquery-ui-1.10.4.custom.min.js‘></script><script src=‘js/jquery.tipsy.js‘></script><script src=‘js/jquery.main.js‘></script><script src=‘config.js‘></script><script src=‘i18n_en.js‘></script> |
Installation
1. Clone the project
$ cd/var/www/
$ git clone https://github.com/lovelle/jquery-chat
$ CD Jquery-chat
2. Configuration
# Go to cloned project
$ cd/var/www/jquery-chat/
# Adjust personal setting to ' Server ' IP or DNS
$ editor Config.js
# and the same for line one in index.html
$ editor Index.html
3. Install and run node. js
$ cd/var/www/jquery-chat/server
$ NPM Install
$ NPM Start
4. Run
Lets it, to-finish remember you must has a webserver, if you dont want to install a full webserver you can do it with PYT Hon Server:
# Go to project folder
$ cd/var/www/jquery-chat
# Run webserver with Python Lib
$ python-m Simplehttpserver
finish!, go to visit http://localhost:8000/
SOURCE Download Online Demo
jquery Live Chat Jquery-chat