Skip to content

omrifainaro/HttpAsyncServer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

HTTPAsyncServer

Welcome to the best async windows server alive! Here is an example main for public use:

#include "Server.h"

int main() {
	server_t server;

	initServer(&server, NULL, 8080, "C:/Temp/static");
	startServer(&server);
}

Store all of your files in C:/Temp/static

Have fun!!!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages