Online Lua and LSP Tutorials

Local server time: 01:43.

The App Server will reboot in 17 minutes.

Why we restart the tutorials every hour:

To ensure that our tutorials run smoothly and prevent abuse, we restart them every hour. This allows us to provide a safe and enjoyable learning environment for everyone.

While these tutorials give you the ability to write server-side code, run executables, and perform other tasks that might normally be restricted on a public server, we ask that you be respectful and avoid writing code that could potentially block the server or crash it. This helps to maintain the integrity of the tutorials and make them accessible to all users.

If you prefer, you can also download and run the tutorials on your own computer. Check out the Mako Server getting started guide for more information. Thank you for your cooperation and understanding.

It's important to note that the browser is only used as an editor and to display the results of your code. The actual processing takes place on the server side. When you click the 'Run' button, the Lua code example displayed in the browser is sent to the server to be parsed and executed. The server will then send the response back to the browser for display.