view 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
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);
}