Y
Hacker News
new
|
ask
|
show
|
jobs
by
merb
3147 days ago
I'm not sure if I would call a framework that uses jetty under the hood, that micro...
3 comments
peeters
3147 days ago
Personally I don't use macro/micro to describe the bytecode footprint, but rather the API/conceptual footprint. If Jetty is secure and performant, and Javalin keeps it encapsulated, I think micro is a fair descriptor still.
link
meddlepal
3147 days ago
Why not? Jetty is pretty lightweight as far as JVM http servers go...
link
oaiey
3147 days ago
Well if nancyfx is micro so is Javalin. NancyFX is nowadays built on Kestrel from ASP.NET Core.
link