Mercurial
view mrjunejune/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 | |
| children | fb2cff495a60 |
line wrap: on
line source
/** * * MrJuneJune * * - Server side generated my blog created using entirely in C. * - Resume * - What have I done? * - Blogs.... * */ #include "seobeo/seobeo.h" int main(void) { Seobeo_Web_StartBasicHTTPServer("mrjunejune/pages", "6969", SEOBEO_MODE_FORK, 2); }