Skip to content

Latest commit

 

History

History
38 lines (24 loc) · 1018 Bytes

Readme.md

File metadata and controls

38 lines (24 loc) · 1018 Bytes

JServer

A serverframework written in jave. The framework will handle the networkstack(you just have to implement the listeners). The connection is socketbase.

Installation

Prerelease stage, you have to get your own build to use the dependency.

Requirements

  • 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.

Usage example

Have a look at ServerIntegrationTest.java form an example of a Echoserver.

Release History

  • Prerelease
    • Working prototype

Meta

SebastianMue

Distributed under the MIT license. See LICENSE for more information.

[https://github.com/SebastianMue]

Contributing

  1. Fork it (https://github.com/yourname/yourproject/fork)
  2. Create your feature branch (git checkout -b feature/fooBar)
  3. Commit your changes (git commit -am 'Add some fooBar')
  4. Push to the branch (git push origin feature/fooBar)
  5. Create a new Pull Request