This is the Linux app named find-my-way whose latest release can be downloaded as v7.7.0.zip. It can be run online in the free hosting provider OnWorks for workstations.
Download and run online this app named find-my-way with OnWorks for free.
Follow these instructions in order to run this app:
- 1. Downloaded this application in your PC.
- 2. Enter in our file manager https://www.onworks.net/myfiles.php?username=XXXXX with the username that you want.
- 3. Upload this application in such filemanager.
- 4. Start the OnWorks Linux online or Windows online emulator or MACOS online emulator from this website.
- 5. From the OnWorks Linux OS you have just started, goto our file manager https://www.onworks.net/myfiles.php?username=XXXXX with the username that you want.
- 6. Download the application, install it and run it.
SCREENSHOTS
Ad
find-my-way
DESCRIPTION
A crazy fast HTTP router, internally uses a highly performant Radix Tree (aka compact Prefix Tree), supports route params, wildcards, and it's framework is independent. You can set a custom length for parameters in parametric (standard, regex and multi) routes by using maxParamLength option, the default value is 100 characters. If you are using a regex-based route, find-my-way will throw an error if detects potentially catastrophic exponential-time regular expressions (internally uses safe-regex2). According to RFC3986, find-my-way is case-sensitive by default. You can disable this by setting the caseSensitive option to false: in that case, all paths will be matched as lowercase, but the route parameters or wildcards will maintain their original letter casing.
Features
- Last argument, store is used to pass an object that you can access later inside the handler function
- The default query string parser that find-my-way uses is fast-querystring module
- Regular expression routes are supported as well
- You can set a custom length for parameters in parametric (standard, regex and multi) routes
- You can pass a default route with the option defaultRoute
- Supports route params, wildcards, and it's framework independent
Programming Language
JavaScript
Categories
This is an application that can also be fetched from https://sourceforge.net/projects/find-my-way.mirror/. It has been hosted in OnWorks in order to be run online in an easiest way from one of our free Operative Systems.