Skip to content

rsbh/routeron

 
 

Repository files navigation

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`

About

Express like API for hosting content inside an Electron app

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 86.5%
  • JavaScript 12.3%
  • HTML 1.2%