Y
Hacker News
new
|
ask
|
show
|
jobs
by
shmerl
3268 days ago
What's not clear from the front page. Is it its own Web server? Is it a framework which uses another Web server? I think that would be useful to clarify from the start.
1 comments
kpcyrd
3268 days ago
It's very similar to nodejs web frameworks. If you start it you have a working webserver with your application in it.
link
shmerl
3268 days ago
OK, that makes it clear, because for example Rails require existing Web server in contrast.
link
bryanlarsen
3268 days ago
I this is quite similar to Rails; by default Rails includes webbrick or puma.
link
shmerl
3268 days ago
OK, browsing through their code, I see they use Hyper.
link
Tobu
3268 days ago
But they're still on the previous, non-Tokio release.
Personally I'm more tempted by something like Susanoo:
https://github.com/ubnt-intrepid/susanoo/
link