https://github.com/haskell-miso/servant-miso-router
🌐 A servant router for use with miso
https://github.com/haskell-miso/servant-miso-router
haskell miso servant
Last synced: 8 months ago
JSON representation
🌐 A servant router for use with miso
- Host: GitHub
- URL: https://github.com/haskell-miso/servant-miso-router
- Owner: haskell-miso
- License: bsd-3-clause
- Created: 2025-08-24T21:13:55.000Z (10 months ago)
- Default Branch: master
- Last Pushed: 2025-08-25T17:20:23.000Z (10 months ago)
- Last Synced: 2025-08-25T19:07:02.008Z (10 months ago)
- Topics: haskell, miso, servant
- Language: Haskell
- Homepage:
- Size: 21.5 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
- awesome-miso - servant-miso-router - Declarative `servant`-style routing for `miso`. (Uncategorized / Uncategorized)
README
🌐 servant-miso-router
============================
This package provides a client-side router that can be used with both [servant](https://hackage.haskell.org/packages/servant) and [miso](https://github.com/dmjio/miso) applications.
This package is an adaptation of [@ElvishJerricco](https://github.com/ElvishJerricco)'s [servant-router](https://github.com/ElvishJerricco/servant-router) package that uses `miso`'s custom `URI` type for client-side routing.
> [!Note]
> This package automatically re-exports the `HTML` combinator from [servant-miso-html](https://github.com/haskell-miso/servant-miso-html)
## Build
```shell
cabal build
```
```shell
nix develop --command bash -c 'cabal build'
```
# Develop
```shell
nix develop
```