An open API service indexing awesome lists of open source software.

https://github.com/maurojr/functional-route-parser

Simple and fast functional parser for routes...
https://github.com/maurojr/functional-route-parser

route-parser

Last synced: about 1 year ago
JSON representation

Simple and fast functional parser for routes...

Awesome Lists containing this project

README

          

## 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](https://github.com/rcs/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](https://github.com/fun-js/route-parser)

## How do I install it?

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