# NOT RUN {
app <- Ambiorix$new()
# html
app$get("/", function(req, res){
res$send("hello!")
})
# text
app$get("/text", function(req, res){
res$text("hello!")
})
if(interactive())
app$start()
# }
Run the code above in your browser using DataLab