Skip to content

Latest commit

Β 

History

History
38 lines (23 loc) Β· 801 Bytes

File metadata and controls

38 lines (23 loc) Β· 801 Bytes

Lapis API

This repository showcases how to make complete web applications in lua. Your newest and hottest way to make web apps has arrived. This is also the most hipster thing you'll ever see.

πŸ€“ Why do this

Why not? It's a simpler language than what you have. It can run as an nginx extension, so it can be super fast.

πŸ› οΈ Install dependencies

luarocks install --only-deps lua-api-dev-1.rockspec

πŸš€ Deploy

Create tables:

lua_modules/bin/lapis migrate

Run server:

lua_modules/bin/lapis server

TODO: docker deploy

πŸ§‘πŸΎβ€πŸ’» Development guide

It has hot reload, you can just launch the server and start coding. It's encouraged you don't create a separate frontend.

πŸ“œ Documentations