b93bf456b5
fix: Fixes 100% CPU usage in the backend runtime
...
This makes the backend runtime not constantly search for messages to be
processed. Instead, it only wakes up when it needs to be woken up via
goroutines.
2025-03-21 13:17:08 -04:00
5c503f0421
fix: Make logging options more clear for the backend runtime's backend logs
2025-03-18 20:27:40 -04:00
cf90ddb104
chore: Strip unneeded components from code.
2025-02-16 19:12:17 -05:00
7837334361
fix: Fixes various crashes.
2025-01-08 11:40:42 -05:00
f8d32fb1c6
fix: Fixes more instability issues. :)
2025-01-08 09:12:48 -05:00
1e1a330a4b
feature: Refactors backend runtime's communication mechanism to be more stable.
2025-01-06 01:24:11 -05:00
605ad31dd6
feature: Adds semi-broken stability improvements into the runtime environment.
2025-01-05 23:45:44 -05:00
49db323e81
chore: Prepare for frontend support by moving the Go module files.
...
This moves the Go module files to the root of the project and fixes
all of the imports.
2024-12-28 15:37:32 -05:00
greysoh
0b73b4aa47
feature: Adds backend system and basic API.
...
This adds the backend API, as well as backend infrastructure, including
autostarting and basic communication between the Goroutine + Application.
2024-12-23 15:52:16 -05:00