node-route-recognizer

library that matches paths against registered routes
  https://github.com/tildeio/route-recognizer
  0
  no reviews



Route-recognizer is a lightweight JavaScript library (under 2k!) that can be used as the recognizer for a more comprehensive router system (such as router.js).

In keeping with the Unix philosophy, it is a modular library that does one thing and does it well.

Node.js is an event-based server-side JavaScript engine.