Home

Awesome

 ooooo   ooooo ooooooooooooo ooo        ooooo ooooooo  ooooo
 `888'   `888' 8'   888   `8 `88.       .888'  `8888    d8'
  888     888       888       888b     d'888     Y888..8P
  888ooooo888       888       8 Y88. .P  888      `8888'
  888     888       888       8  `888'   888     .8PY888.
  888     888       888       8    Y     888    d8'  `888b
 o888o   o888o     o888o     o8o        o888o o888o  o88888o
===========================================================
        Build with LUA, LUASOCKET, HTMX & _HYPERSCRIPT

Lua and Cypress Tests

HTMX TodoMVCLink
Go, Templ🌄
Rust, Astra, Maud🌠
ExpressJS, Typescript, React✈️
AdonisJS, Typescript, React🎡
Lua, Luasocket

E2E Testing

https://github.com/syarul/todomvc-adonisjs-react-htmx-_hyperscript/assets/2774594/fdcba602-73f2-499b-a106-152569d37e80

Emulating the functionalities of modern frameworks which is base on React TodoMVC. This demonstration serves to showcase that HTMX, when paired with _hyperscript, can replicate if not all the behaviors typically associated with most modern client framework with minimum needs to write javascript.

Usage & Setup

Get latest Lua and all dependencies

sudo apt-get update
curl -LRO https://www.lua.org/ftp/lua-5.4.7.tar.gz
tar -xzvf lua-5.4.7.tar.gz
cd lua-5.4.7/
make linux
sudo make install
wget https://luarocks.org/releases/luarocks-3.11.1.tar.gz
tar zxpf luarocks-3.11.1.tar.gz
cd luarocks-3.11.1/
./configure && make && sudo make install
sudo luarocks install luasocket
sudo luarocks install luafilesystem
sudo luarocks install lua-cjson
sudo luarocks install luax

See https://github.com/syarul/luax more to understand how transpiling HTML is done in Lua.

HTMX

Visit https://github.com/rajasegar/awesome-htmx to look for HTMX curated infos

Todo