Is outside there an expressjs similar framework for Java? I'm looking for an small framework which can process different HTTP-Requests and send response, cookies etc. As in expressjs.
Ok, I decided to roll out my own framework. It's called java-express. The API is very similar to the one of expressjs:
Express app = new Express();
app.get("/", (req, res) -> {
res.send("Hello World");
});
app.listen();
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With