Giter Club home page Giter Club logo

Luvit 2.0 - Node.JS for the Lua Inventor

Linux Build Status Windows Build status Coverage Status

Welcome to the source code for Luvit 2.0. This repo contains the luvit/luvit metapackage and all luvit/* packages as published to lit.

This collection of packages and modules implements a node.js style API for the luvi/lit runtime. It can be used as both a library or a standalone executable.

See the main project webpage for more details. https://luvit.io/

Need Help?

Ask questions here through issues, on Discord or the mailing list.

Binary Modules

Luvit supports FFI and Lua based binary modules. There is a wiki entry explaining how to manage and include a binary module within a bundled application. Publishing Compiled Code

Hacking on Luvit Core

First you need to clone and build luvit, this is easy and works cross-platform thanks to Makefile and make.bat.

git clone https://github.com/luvit/luvit.git
cd luvit
make

If you want to test luvit without constantly building, use luvi.

luvi . 

Always make sure to run make test before submitting a PR.

Notes to Maintainers

  • Use luvi /path/to/luvit to test changes without rebuilding the binary.
  • To run the test suite, run make test to build a luvit and use that.
  • If you want to test a custom built luvi, run luvi . -- tests/run.lua
  • If you want to run a specific test file with a custom built luvi, run luvi . -- tests/test-<name-of-test>.lua (e.g. luvi . -- tests/test-http.lua)
  • There is a wiki page on making new luvit releases at https://github.com/luvit/luvit/wiki/Making-a-luvit-release.

The packages in deps live primarily in this repo, but some are duplicated in luvit/lit to ease lit bootstrapping. Updates can be pushed from either repo to lit, just make sure to keep them in sync. One way to do this is to rm -rf deps && lit install. This will install the latest version of all the packages from lit. Check the diff carefully to make sure you're not undoing any work. There might have been unpublished changes locally in luvit that aren't in the lit central database yet.

Luvit Community's Projects

awesome-luvit icon awesome-luvit

A curated list of awesome Luvit frameworks, libraries and software

bitop icon bitop

git mirror of luajit's bitop library for normal lua

continuable icon continuable

A continuable based interface to luvit's internal APIs.

gyp icon gyp

mirror of http://git.chromium.org/external/gyp.git

gyp-svn2github icon gyp-svn2github

GitHub clone of SVN repo http://gyp.googlecode.com/svn/trunk (cloned by http://svn2github.com/)

kernel icon kernel

A simple async template language similair to dustjs and mustache (ported from c9/kernel)

lit icon lit

Toolkit for developing, sharing, and running luvit/lua programs and libraries.

logo icon logo

Vector and rendered version of logo for Luvit

lpeg icon lpeg

Mirror of http://www.inf.puc-rio.br/~roberto/lpeg/#download

ltin icon ltin

LTIN encoder and decoder for luvit

lua-openssl icon lua-openssl

Openssl binding for Lua, which have LuaCrypto-compat module...

luacrypto icon luacrypto

Fork of LuaCrypto, which enables encryption and decryption through OpenSSL

luaservice icon luaservice

This project provides a framework for building Windows Service applications in Lua. A Windows Service is a special application that runs at system boot (or on demand) without an interactive user. One use case is to run Xavante automatically. This repository was converted from a CVS repository on luaforge.net on Jan. 20, 2010. If you are the maintainer, please fork and then email [email protected] and ask us to "reroot" it to you. (Or you can ask us to delete the repository.)

luv icon luv

Bare libuv bindings for lua

luvi icon luvi

A project in-between luv and luvit.

luvit icon luvit

Lua + libUV + jIT = pure awesomesauce

ninja icon ninja

a small build system with a focus on speed

openssl icon openssl

gyp version of openssl to embed in projects.

pcre icon pcre

Github mirror of official PCRE tarball

pcre2 icon pcre2

Github mirror of official PCRE2 tarball

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.