Skip to content
225559 edited this page Nov 28, 2020 · 10 revisions

Welcome to the luvit wiki!

Take a look at projects

This project moves as fast as you the community moves. Some features required to reach full parity with nodeJS are:

  • Proper streams. Our streams are primitive. There isn't proper back-pressure or error propagating. Also note this in an evolving API in node as well, so it's a moving target.
  • ZLib support (GZIP/Gunzip streams) (work in progress by dvv)

Also it would be great if people used Luvit as it to write some applications. There is more than enough here to write real apps. Let me know what works and what really needs to be done.

Luvit is much faster and more efficient than NodeJS in many cases (especially initial ram overhead). It has proper co-routines and a really nice FFI thanks to luajit. Let's show what this project can uniquely accomplish!

Support / more resources

  • On Lua:
    • Lua mailing list - for questions about the Lua language itself or specific Lua modules (most module authors hang out there!)
    • Lua documentation - documentation on the Lua language, including the reference manual
    • Lua forum - a beginner friendly Lua community