comparison 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
comparison
equal deleted inserted replaced
6:1e61008b9980 7:114cad94008f
1 /**
2 *
3 * MrJuneJune
4 *
5 * - Server side generated my blog created using entirely in C.
6 * - Resume
7 * - What have I done?
8 * - Blogs....
9 *
10 */
11
12 #include "seobeo/seobeo.h"
13
14
15 int main(void)
16 {
17 Seobeo_Web_StartBasicHTTPServer("mrjunejune/pages", "6969", SEOBEO_MODE_FORK, 2);
18 }