clio icon indicating copy to clipboard operation
clio copied to clipboard

Refactor web server

Open kuznetsss opened this issue 2 years ago • 1 comments

It would be nice to hide all the implementation of the web server into a library and make usage simple. Usage should be like:

Server server(ip, port);
server.onGet("/", getCallback);
serveer.onPost("/", postCallback);
server.run();

kuznetsss avatar Oct 11 '23 11:10 kuznetsss

This is needed for #442 so moving it to the 2.3 milestone.

kuznetsss avatar Aug 12 '24 15:08 kuznetsss