Skip to content
/ JServer Public

A simple server framework written in java. The connection is socket based. Handles the network part, so you can send objects between client&server.

License

Notifications You must be signed in to change notification settings

sebsui/JServer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A simple server framework written in java. The connection is socket based. Handles the network part, so you can send objects between client&server.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages