!7 p { int port = serveHttp(); // find a free port S url = print("http://localhost:" + port); openPlatformBrowser(url); } static NanoHTTPD.Response serve(S uri, NanoHTTPD.Method method, Map header, Map parms, Map files) { print("Serving HTML."); ret serveHTML("Hello world (as usual...)"); }