Skip to content

First project to use lambda expressions, multithreading, and networking!

License

Notifications You must be signed in to change notification settings

Icohedron/Icohedron-NetChat

Repository files navigation

To run the client, double click on it.
To run the server, make a batch file with the following parameters:

java -jar <name of the jar>.jar
pause;

OR, open a terminal / command prompt at the jar's location and execute the following: 

java -jar <name of the jar>.jar

About

First project to use lambda expressions, multithreading, and networking!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages