jdh104 / ChatRoom

A Chat Room program written in Java to improve my own Java skill.
1 stars 0 forks source link

Implement ChatServer #4

Open jdh104 opened 8 years ago

jdh104 commented 8 years ago

A separate program should be run on a 24/7 uptime server that will allow clients to view a listing of chat rooms currently available. It should also ideally be able to handle Host Migrations (might be hard to implement).

jdh104 commented 8 years ago

Solution should be published as a .jar file in compatible releases.