The Nim asynchronous web framework
|
há 5 anos atrás | |
---|---|---|
akane | há 5 anos atrás | |
tests | há 5 anos atrás | |
.gitignore | há 5 anos atrás | |
LICENSE | há 5 anos atrás | |
README.md | há 5 anos atrás | |
akane.nimble | há 5 anos atrás |
git
: nimble install https://github.com/Ethosa/akane.git
equals
, startswith
, endswith
, regex
,notfound
.templates
folder.Simple usage
import akane
var server = newServer(debug=true) # launch on http://localhost:5000
server.pages:
equal("/"):
# type of `request` is a Request.
await request.answer("Hello, world!") # utf-8 encoded message.
server.start()
Q: How I can help to develop this project?
A: You can put a :star: :3