Hacker News new | ask | show | jobs
by AmpsterMan 1620 days ago
If you have Java 11+ I presume you can't get any simpler than a standard library module:

https://docs.oracle.com/en/java/javase/17/docs/api/jdk.https...

2 comments

This comes from way before SE 11. I was using it in 7. The doc says it comes from 6. https://docs.oracle.com/javase/7/docs/jre/api/net/httpserver...
Oh neat. I erroneously thought it might have come in part with the http module in 11.
That server is no where near production ready.