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

https://github.com/longluo/webchat

A WebChat Room in LAN writing by Java. ---非常简单的网络聊天室,Java语言实现。
https://github.com/longluo/webchat

chat chatapp chatroom chatroom-client chatroom-server chatrooms instant-messaging java

Last synced: about 1 month ago
JSON representation

A WebChat Room in LAN writing by Java. ---非常简单的网络聊天室,Java语言实现。

Awesome Lists containing this project

README

        

# Web Chat Room

---------------------------------------------------------------------------

**A Web Chat Room Project writing in Java, you can chat with others whom in the LAN.**

# How To Use

1. 运行ChatServer.java
2. 运行ChatClient.java
3. 客户端出现登录界面
4. 登录成功后进入通信面板

More details and descriptions you can refer to:
http://blog.csdn.net/tcpipstack/article/details/8610849
or:
http://www.longluo.me/blog/2011/10/15/Implement-A-Chat-Room-By-Java/

## Thank you.