Skip to content

A simple Networking library to make the Java Socket mess go away

License

Notifications You must be signed in to change notification settings

Mastermori/NetLib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NetLib

A simple Networking library to make the Java socket-mess disappear

You can extend from the Server class and easily make your own server (with the provided tools) or you can use one of the existing servers (currently CommandServer and EchoServer).

It's the same with the Client, either you use the standard Client class, you extend from it and write your own or use one of the existing clients (currently only CommandClient).

About

A simple Networking library to make the Java Socket mess go away

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages