Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vaenow/ws
Just a test for web IM
https://github.com/vaenow/ws
Last synced: 10 days ago
JSON representation
Just a test for web IM
- Host: GitHub
- URL: https://github.com/vaenow/ws
- Owner: vaenow
- Created: 2012-12-20T14:55:58.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2013-06-06T08:15:05.000Z (over 11 years ago)
- Last Synced: 2024-10-26T07:25:17.874Z (about 2 months ago)
- Language: JavaScript
- Homepage:
- Size: 32.2 MB
- Stars: 4
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ws
##WebSocket
Just a test for web IM[Top](#Top)
##Screen shots
- **ws demo 1: [login](https://raw.github.com/vaenow/ws/master/src/main/webapp/vers2/img/screenshots/login.png)**
![1 columns](https://github.com/vaenow/ws/blob/master/src/main/webapp/vers2/img/screenshots/login.png?raw=true)- **ws demo 2: [add user](https://raw.github.com/vaenow/ws/master/src/main/webapp/vers2/img/screenshots/add_friends.png)**
![1 columns](https://github.com/vaenow/ws/blob/master/src/main/webapp/vers2/img/screenshots/add_friends.png?raw=true)- **ws demo 3: [chatting](https://raw.github.com/vaenow/ws/master/src/main/webapp/vers2/img/screenshots/chatting.png)**
![1 columns](https://github.com/vaenow/ws/blob/master/src/main/webapp/vers2/img/screenshots/chatting.png?raw=true)[Top](#Top)
##How to use
###### step 1:
Deploy the database file: [wsdb.sql](https://github.com/vaenow/ws/tree/master/res/sql)(~/ws/res/sql/wsdb.sql)
###### step 2:
Run the command:
```java
mvn jetty:run
```
###### step 3:
Open [`Google Chrome`](https://www.google.com/intl/en/chrome/browser/) and type
```xml
http://localhost:8080
```[Top](#Top)
##Features
- non-blocking communications
- customized scrollbar
- get all users
- add & rm users
- weibo.com face emotions
- iphone style message ui[Top](#Top)
##History
######2012-04-13
Joined in Git.
######2012-12-24
Explore how to use Git.
######2012-12-29
Use springframework to config the project.
######[More History](https://github.com/vaenow/ws/commits/master)
[Top](#Top)