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

https://github.com/mwoss/socketchat

Console chat application with communication via sockets
https://github.com/mwoss/socketchat

chat java multicast sockets tcp tcp-client tcp-server udp udp-client udp-server

Last synced: about 2 months ago
JSON representation

Console chat application with communication via sockets

Awesome Lists containing this project

README

        

# SocketChat

Simple console chat app that demonstrate functionality of TCP/UDP sockets.
Communication between users can be obtained via TCP, UDP or multicast.

#### Usage:
* Compile
* Run server
* Run as many clients as you want and start chatting :)