ove
A powerful Node.js web framework.
Installation
npm install ove
Example
Use LiveScript:
require! \oveapp = ove! app -> consolelog '%s [%s] %s' @method @url next! appget \/ -> @send 'Hello ove!' appget \/user/:uid/ -> @json do uid: @paramsuid apppost \/user/create/ -> @json @form apprun!
Use JavaScript:
var ove = ;app = ; app; app; app; app; app;