#include #include int main() { uWS::App().get("/hello", [](auto *res, auto *req) { res->end("Hello World!"); }); return 0; }