You can easily serve up static content from the Stroika-based webserver directly from the filesystem.
Test from curl with
- Run the service (under the debugger if you wish)
- curl http://localhost:8080/ OR
- curl http://localhost:8080/FRED OR (to see error handling)
- curl -H "Content-Type: application/json" -X POST -d '{"AppState":"Start"}' http://localhost:8080/SetAppState
- curl http://localhost:8080/Files/foo.html -v