Mercurial
comparison seobeo/main.c @ 7:114cad94008f
[Seobeo] Updated to support thread and edge server calls.
| author | June Park <parkjune1995@gmail.com> |
|---|---|
| date | Mon, 29 Sep 2025 17:00:38 -0700 |
| parents | 1e61008b9980 |
| children |
comparison
equal
deleted
inserted
replaced
| 6:1e61008b9980 | 7:114cad94008f |
|---|---|
| 5 #include "seobeo/seobeo.h" | 5 #include "seobeo/seobeo.h" |
| 6 | 6 |
| 7 | 7 |
| 8 int main(void) | 8 int main(void) |
| 9 { | 9 { |
| 10 Seobeo_Web_StartBasicHTTPServer("seobeo/pages", "8080"); | 10 Seobeo_Web_StartBasicHTTPServer("seobeo/pages", "8080", SEOBEO_MODE_FORK, 2); |
| 11 } | 11 } |