1
Fork 0
generated from lucas/rust-template
Commit graph

52 commits

Author SHA1 Message Date
a02bf39f27
Implement initial boilerplate
The general architecture is a collection of four
threads.
Three threads that run their dedicated Tokio runtime and handle
the axum server, send outgoing notifications and run scheduled API
requests respectively. The fourth thread runs the Lua VM.

Channels exist between the threads to send messages and allow the Lua
script to orchestrate and configure everything.
2024-09-17 13:49:27 +02:00
4faa02d2af
Initial commit 2024-09-05 14:36:46 +00:00