Simple Netty Chat client and server app
- You can run server and a lot of clients
- They send messages to the server and server sends messages to all connected clients
- To run application you'll have to use FX JDK, such as Bellsoft Liberica JDK 17 FX
Netty - as core (channels, handlers, executors). - Netty is a NIO client server framework which enables quick and easy development of network applications such as protocol servers and clients).
JavaFX for client interface;
Log4j as main logger
