A Go server made with hot-reload for any modules. Supports C, Python, Lua and more!
Stars
0
Forks
0
Watchers
0
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
89
commits
fix(router): normalize wildcard paths via `cleanURI()` before registration
d397a68View on GitHubperf(bridges)!: reduce module call overhead by passing `muid_t` as separate argument
f70eef9View on GitHubrefactor(logger): rename FFI functions to use `or_` prefix
015d7cbView on GitHubfix(tools): add executable permission to `repo-init.sh`
bb77e40View on GitHubfix(examples): update `helloworld.c` to use the new API
1700463View on GitHubfix(bridges): use per-module API struct during module unload
993d997View on GitHubfeat(bridges): add `or_method_t` and update FFI function signatures
02b3f9cView on GitHubfix(modmgr): pass MUID when calling `cffi_unload_module()`
84d2358View on GitHubfeat(router): support handler functions per HTTP method
7cbc43fView on GitHubstyle(modmgr): use new `range` Go keyword in `muid.go`
e0a2a2dView on GitHubrefactor(router): add `api.go` as centralized home for all router-facing API functions
664173cView on GitHubfeat(bridges): make `or_unregister_http()` return an error code
f858146View on GitHub