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...
- Host: GitHub
- URL: https://github.com/maurojr/functional-route-parser
- Owner: MauroJr
- License: mit
- Created: 2017-03-01T19:41:03.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-04-17T19:35:46.000Z (about 9 years ago)
- Last Synced: 2025-04-02T09:02:05.539Z (about 1 year ago)
- Topics: route-parser
- Language: JavaScript
- Size: 67.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```