## Examples All examples here, will create a `actix-web` HTTP server, listening on `0.0.0.0:8080`. These routes are added: - GET /hello: print a 'Hello, World!' response. - GET /exit: stop the server with code = 0. For `redis`, the program will connect to `127.0.0.1:6379` by default.