website/_projects/005-urouter-aliurl.md
Ivan Bushchik 4aa094956c
Update information about me and my projects
Signed-off-by: Ivan Bushchik <ivabus@ivabus.dev>
2024-07-07 17:36:29 +03:00

17 lines
No EOL
633 B
Markdown

---
layout: project
title: "urouter & aliurl"
description: "Aliaser for URLs"
project-url: "https://github.com/ivabus/urouter"
participant: false
---
[urouter](https://github.com/ivabus/urouter) is "static" URL router, that reads route list at from file once.
urouter is built on top of the [Rocket.rs](https://rocket.rs) framework.
urouter powers [iva.bz](https://iva.bz)
urouter successfully replaced [aliurl](https://github.com/ivabus/aliurl), which was a dynamic HTTP router.
[aliurl](https://github.com/ivabus/aliurl) is a "dynamic" HTTP router (with API to modify routes) that has been deprecatred and replaced by urouter.