STOMP-compatible message queue server implementation made in Zig, planning to pass a 100% of STOMP tests but not there yet so blehh :3c!!!!
Not there yet either but building should be as simple as:
zig build -Doptimize=ReleaseSafe
And the result should be a single statically linked binary to prevent portability issues
Will probably maintain sime kind of configuration file format using a structured human readable language like toml but not there yet either lmao!!!!
- implement the actual tcp protocol
- add the "escaped" chars parser
- migrate the tcp server to tardy or some other async runtime