git
: nimble install https://github.com/Ethosa/akane.git
equals
, startswith
, endswith
, regex
,notfound
.templates
folder.Simple usage
import akane
proc main = # for gcsafe
var server = newServer(debug=true) # launch on http://localhost:5000
server.pages:
equal("/"): # when url is "http://...localhost:5000/"
# type of `request` is a Request.
await request.answer("Hello, world!") # utf-8 encoded message.
server.start()
main()
Q: How I can help to develop this project?
A: You can put a :star: :3