-
Notifications
You must be signed in to change notification settings - Fork 2
Home
Welcome to the JSocket!
##PURPOSE##
JSocket, and all subclasses, was created with the idea of making it easier to create TCP servers/clients. The idea is that you can create a connection and use one of the classes in the net.jsock package to begin sending and receiving data with all the grunt work of ensuring zero loss of data already done. net.jsock is an Open Source package and can be redistributed and/or modified as outlined by the MIT License.
##LISTED RELEASES##
Details related to releases can be found here. This project is not a final release yet because there is more optimization to be done and more features to added.
##Development##
Development may be slow and may be fast. Whenever I fix a bug, or add a class with a new feature, I will release it as a patched build or new build, respectively. If you find a bug, you are welcome to post an issue, or fork the repo and fix it yourself.
JSocket is released under the MIT License. Here are the Terms and Conditions.