Zolt
- 4 Devlogs
- 9 Total hours
This 0 year old zig web server still serves their response the old fashioned way
This 0 year old zig web server still serves their response the old fashioned way
i have added new entry to documentation such as installation using the new install script and your first zolt web guide along with lua api reference.
for the zolt i have move status() and header() api into response.status() and response.header() to align more with request.path() and change webroot from current working dir to config parent dir.
so i been working on a documentation for zolt with guess what zolt
well the doc right now is pretty barebone with just intro and install for now but it is made with zolt,html,css,js
i also use hotwire turbo and stimulus, and it also use this cute font by creators of grug. (https://handdrawn.software/grug/)
you can access the doc page here
https://zolt-doc.perr.dev
so from the last time i added new api such as
with require you can now create function that help you build, for example i created a render module that help me to render html easier without having to deal with writing html tags manually
apart from new api there has been a lot of changes behind the scene such as concurrency and performance improvements
for the next devlog i will be working on adding api support for query params , form data , json body , and cookies so that you can build more complex web app with zolt!
not only that am working on a documentation site that will also serve as an example on how to build web app using zolt
Zolt so this is php but with lua instead. well i wanted to learn zig and lately i been working on php project, and i just really love how stuff seem so simple but i kinda hate php syntax and the server around it. so yea here zolt it a zig web server that read the lua file you are requesting via query path then use luau to run it and give you the response. right now it just a plain text response but more coming!