Mercurial
view seobeo/main.c @ 15:2b9e75756825
[GuiZe] Updated to handle bundling and created a shee
l script for pushing.
| author | June Park <parkjune1995@gmail.com> |
|---|---|
| date | Fri, 03 Oct 2025 06:50:33 -0700 |
| parents | 114cad94008f |
| children |
line wrap: on
line source
/* ** server.c -- a stream socket server demo */ #include "seobeo/seobeo.h" int main(void) { Seobeo_Web_StartBasicHTTPServer("seobeo/pages", "8080", SEOBEO_MODE_FORK, 2); }