Hacker News new | ask | show | jobs
by keyle 2655 days ago
I wish it told me why it's better than nginx/others rather than why the author picked that name.
1 comments

Drogon is an application framework. Nginx is a web server. You can’t write a custom application in nginx. You can write almost anything in Drogon.

Both handle HTTP requests, but nginx mostly forwards requests to other stacks.

You can’t write a custom application in nginx.

Using Nginx modules and LuaJIT, you kind of can. OpenResty is a web framework built using this principle.