MauroJr / functional-route-parser

Simple and fast functional parser for routes...

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

What is it?

A 10X FASTER and functional route parser (run the benchmark for yourself), for Javascript in Node and the browser. Its api is inspired by route-parser, but is implemented in a functional way, don't rely in 'this' keyword.

UPDATE: This module is now maintained in the following repository:

github.com/fun-js/route-parser

How do I install it?

npm install --save @funjs/route-parser
or
yarn add @funjs/route-parser

About

Simple and fast functional parser for routes...

License:MIT License


Languages

Language:JavaScript 100.0%