Hello World example
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
# A simple Hello World example
|
||||
|
||||
## How to run it?
|
||||
|
||||
```
|
||||
$ kapow server HelloWorld.pow
|
||||
```
|
||||
|
||||
|
||||
## How to consume it?
|
||||
|
||||
```
|
||||
$ curl http://localhost:8080/helloworld
|
||||
Hello World!
|
||||
```
|
||||
Reference in New Issue
Block a user