/Chat

A Java based unreliable public chat service implemented over the UDP transport protocol. All public chat messages are sent by the sender user to the broadcast address, port 9900 by default, so that all listening users on the local network receive it. This application was developed with a friend of mine.

Primary LanguageJava

Watchers