You are browsing as a guest. Sign up (or log in) to start making projects!

3h 1m logged

Devlog 2

so from the last time i added new api such as

  • require allow you to load other luau file and use them as a module
  • header add header to the response
  • status set http status code for the response

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

0
42

Comments 0

No comments yet. Be the first!