npm.io
1.0.0 • Published 6 years ago

routeron

Licence
MIT
Version
1.0.0
Deps
4
Size
34 kB
Vulns
0
Weekly
0
Stars
1

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`

Keywords