175 B
175 B
A simple Hello World example
How to run it?
$ kapow server HelloWorld.pow
How to consume it?
$ curl http://localhost:8080/helloworld
Hello World!
$ kapow server HelloWorld.pow
$ curl http://localhost:8080/helloworld
Hello World!