문제

I'm confused, is Luvit the sames as Mongrel2?

It appears Luvit is similar to Node for JavaScript but the concept seems to be the exact same as Mongrel2.

If they are not the same, can someone highlight the differences in implementation.

도움이 되었습니까?

해결책

At the most basic of the levels, they are both the same type of app: web servers. They both manage & answer requests comming from the web.

Some differences:

  • In the source code, Luvit's core is Lua + some low-level stuff in C, whereas Mongrel2's core is all C.
  • Mongrel2 supports 12 languages via plugins, while Luvit has no plugins: it's Lua-only.
  • Luvit seems less "finished" (this is a personal opinion not based in any specific fact).
라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top