diff 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 diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/mrjunejune/main.c	Mon Sep 29 17:00:38 2025 -0700
@@ -0,0 +1,18 @@
+/**
+ *
+ * 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);
+}