Back to search
High-performance SDK for building Max messenger bots in Go. Declarative routing, built-in FSM, middleware system, worker pool engine, and automatic rate limiting. Benchmarked at 29ns per message dispatch with zero allocations on hot paths.
Stars
1
Forks
0
Watchers
1
Open Issues
0
Overall repository health assessment
No language data available
No package.json found
This might not be a Node.js project
5
commits
Implement production-ready message dispatcher with worker pool architecture
222d4b0View on GitHubRefactor internal architecture with clean interfaces and package separation
e7f1486View on GitHubImplement comprehensive router system with FSM and dispatch mapping
020970dView on GitHub