Skip to content
/ ruo Public
forked from ruojs/ruo

Yet Another RESTful framework (**Work In Progress**)

Notifications You must be signed in to change notification settings

upyun-dev/ruo

 
 

Repository files navigation

ruo Build Status

Yet Another RESTful API framework

Installation

npm install --save ruo

Usage

const ruo = require('ruo');

async function main() {
  const app = await ruo.createApplicationAsync()

  app.use(ruo.getRestMiddleware())

  app.listen(8088)
}

Development

Lint

npm run lint

Test

npm test

Or

npm t

Run particular test

npm t -- -g 'some description'

Commit

git cz

Credit

Authors

About

Yet Another RESTful framework (**Work In Progress**)

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%