diff options
author | elioat <elioat@tilde.institute> | 2024-06-15 12:07:37 -0400 |
---|---|---|
committer | elioat <elioat@tilde.institute> | 2024-06-15 12:07:37 -0400 |
commit | a1f63717e453173e5d2c3f85a8692b5202bec918 (patch) | |
tree | 8a3527b86eef69a54a5f3aae68b6b7273859ce2e /lua/sandborb | |
parent | fd66155e118b1ad9f2e02c5734afe263a68d9433 (diff) | |
download | tour-a1f63717e453173e5d2c3f85a8692b5202bec918.tar.gz |
*
Diffstat (limited to 'lua/sandborb')
-rw-r--r-- | lua/sandborb/README.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lua/sandborb/README.md b/lua/sandborb/README.md index d625dae..bda68c4 100644 --- a/lua/sandborb/README.md +++ b/lua/sandborb/README.md @@ -1,5 +1,7 @@ # sandborb +See also, <https://git.sr.ht/~eli_oat/sandborb> + Lua web fun playground. [Sandbird](https://github.com/rxi/sandbird) is an MIT licensed embeddable HTTP server. Sandborb is my attempt to make it scriptable with lua. My goal isn't to use it in prod. or to scale to massive sizes, or even really ever deploy it, but to use this for small web experiments that I run locally or on my home network. I'm also hoping to learn a bit more C while I'm at it, since I really don't know much of it at all. |