signal.js

0.1.5 • Public • Published

signal.js

Build Status Dependency Status NPM version

An isomorphic routing based on the Symfony2 Routing component but more minimal, allows for both the matching as well as the generation of urls.

Goals

  • It should be suited for the browser, a small file size and should browserify easily.
  • Only focus on associating certain attributes with certain routes, make no assumptions on how you use the router.
  • Urls can be generated based on the the routes name, this allows for more decoupling
  • Allow for easy configuration using JSON but also expose an clear api

Installation

In node you can install this using npm:

npm install signal.js

Then you can simply require it in your application:

var Signal = require('signal.js');

Further Documentation

We currently have the following documentation:

Readme

Keywords

none

Package Sidebar

Install

npm i signal.js

Weekly Downloads

0

Version

0.1.5

License

Apache

Last publish

Collaborators

  • advanderveer