torchbear 0.4.1

network application framework
torchbear-0.4.1 doesn't have any documentation.

torchbear 🔥🐻 is an extremely fast and featureful Lua application framework. It gives you power of Rust with the simplicity of Lua.

Built-in Tools

Installation

Windows, Android, and Linux builds available for primary architectures. MacOS builds still to come. OS Pacakge Managers support coming soon - contributions welcomed.

Android users, install Termux for a full Linux envrionment.

Examples

Static Webserver

torchbear static webserver

Hello World App

  • in init.lua

print("hello from torchbear")

  • in Settings.toml

init = "init.lua"

  • run torchbear