1.0.0 • Published 5 years ago

routeron v1.0.0

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

routeron

CircleCI npm version npm GitHub

Use an Express style API that you know and love without the security concerns and hassle of making it work inside Electron.

Install

$ npm install --save routeron

Instruction

  1. initRouter on main process file

main.js

const router = routeron(schemeName); // optional param schemaName, default `app`
1.0.0

5 years ago

0.7.0

5 years ago

0.6.0

5 years ago

0.4.0

5 years ago

0.1.0

5 years ago

0.0.1-alpha.0

5 years ago

0.0.0

5 years ago