code wiki / _hdl_build / nx_meet_serve.nx
nx_meet_serve.nx
buildroot/runtime/_hdl_build/nx_meet_serve.nx
about
nx_meet_serve.nx -- the NISHI MEET platform's live HTTP daemon: bind a port and serve POST /apply +
/request-talent through the gated chain (screen -> sanitize -> persist -> respond). Thin wrapper over
nx_meet_serve_lib. Run with a port arg to start; run with NO arg (the build smoke) it prints usage and
exits WITHOUT binding (so building it never hangs on accept). license_tier: ORIGINAL
run live: nx_meet_serve.elf <port>
dependencies 3 imports · 0 importers
imports: nx_syscalls.nxnx_meet_lib.nxnx_meet_serve_lib.nx
imported by: nobody (leaf or entry point)
call flow from main pre-order; caps 40 nodes / depth 6 declared; ↻ = already shown
structs
| none |
consts
| none |
functions
| 10 | func matoi(s: *u8) -> i64 called by 1: main |
| 20 | func main(argc: i64, argv: *i64) -> i64 |