A serverframework written in jave. The framework will handle the networkstack(you just have to implement the listeners). The connection is socketbase.
Prerelease stage, you have to get your own build to use the dependency.
- gradle
Check out the project with your IDE. Most ide will automatically download your gradle dependencies. After this, the project will be ready to be released/modified.
Have a look at ServerIntegrationTest.java form an example of a Echoserver.
- Prerelease
- Working prototype
SebastianMue
Distributed under the MIT license. See LICENSE
for more information.
[https://github.com/SebastianMue]
- Fork it (https://github.com/yourname/yourproject/fork)
- Create your feature branch (
git checkout -b feature/fooBar
) - Commit your changes (
git commit -am 'Add some fooBar'
) - Push to the branch (
git push origin feature/fooBar
) - Create a new Pull Request