Skip to content

Ryne9/SimpleJavaServer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Java server

So I previously spent hours upon hours setting this up for a school project, and I figured that I would save other people that pain. Feel free to use this for whatever, I don't care.

Some cool technologies this uses:

  • Jersey - Rest API
  • Guice - Dependency Injection
  • Gradle - Building
  • Jetty - Servlet Container
  • Jackson - JSON serialization and deserialization

To startup the server with Jetty, just run this from the terminal in the root directory of the project: ./gradlew jettyRun

About

A premade, working, java server with some cool technologies

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 88.6%
  • HTML 11.4%