A Mini ChatRoom Based on Netty!
- Run ChatServer.java to launch Server.
- Run ChatClient.java to launch Client.
- Command "send [username] [content]" to send message to single user
- Command "gsend [group name] [content]" to send to group
- Command "gcreate [group name] [m1,m2,m3...]" to create a group
- Command "gmembers [group name]" to list members of a group
- Command "gjoin [group name]" to join a group
- Command "gquit [group name]" to quit a group
- Command "quit" to quit a client