You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Petrus Prinsloo edited this page Jan 3, 2021
·
1 revision
Lua Server
This was meant to be a little toy project that I got a bit carried away with. I'm thinking this could be a great way to teach someone how an HTTP server works and play around with the concepts. I'm trying to make the server super simple to use, but I doubt it will be useful in production and don't recommend it is used for anything serious.
The wiki page is meant to document how to get going with this server and how to use it in Lua. There isn't a lot of code in the actual server so feel free to look under the hood and see how this is implemented. At it's core it's a Lua VM slapped onto a Go HTTP web-service.