code wiki / _hdl_build / nx_meet_serve.nx

nx_meet_serve.nx

buildroot/runtime/_hdl_build/nx_meet_serve.nx

1162 B29 linesdepth 8pulls 10 transitivereach 0 importersview sourcekind servicetopic meet
docsdependenciesstructsconstsfunctions

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

nx_syscalls.nx nx_meet_lib.nx nx_meet_serve_lib.nx nx_meet_serve.nx

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

main mputs sys_write mlen matoi mnum sys_write ↻ sys_mmap meet_serve sys_mmap ↻ sys_socket sys_setsockopt sys_bind sys_listen meet_serve_one sys_accept sys_set_socket_timeout sys_mmap ↻ sys_setsockopt ↻ sys_munmap sys_mmap ↻ sys_read meet_id mcat sys_mmap ↻ meet_http_handle http_is_post mcat ↻ http_path_is mlen ↻ http_body_off sys_mmap ↻ form_get mlen ↻ url_decode hx curate_screen_posting mlen ↻ trust_is_ghost_posting trust_posting_score

structs

none

consts

none

functions

10func matoi(s: *u8) -> i64
called by 1: main
20func main(argc: i64, argv: *i64) -> i64