binakot / Abstract-Rest-Service-Benchmark

A set of template services in different languages and frameworks. An abstract performance comparison based on the endpoint throughput. There are no objective benefits, just an elementary comparison of primitive RESTful API services. :shipit:
MIT License
16 stars 14 forks source link

Add pure Java service #43

Closed eitoball closed 3 years ago

eitoball commented 3 years ago

Fixes #42

Would it be okay to use com.sun.net.httpserver.HttpServer and such?

binakot commented 3 years ago

Fixes #42

Would it be okay to use com.sun.net.httpserver.HttpServer and such?

Hi. @eitoball ! Thanks for PR. Yes, it was the idea to use pure Java and HttpServer from JDK. But can you upgrade Java to last available version: 15. Java 8 is too old for now :octocat:

eitoball commented 3 years ago

But can you upgrade Java to last available version: 15.

@binakot Yes. It is done.

binakot commented 3 years ago

Awesome! Thanks :octocat:

hacktoberfest ;)