https://github.com/aljce/servant-render
Servant + Reflex = Web Framework
https://github.com/aljce/servant-render
reflex-frp servant
Last synced: 3 months ago
JSON representation
Servant + Reflex = Web Framework
- Host: GitHub
- URL: https://github.com/aljce/servant-render
- Owner: aljce
- Created: 2017-02-26T18:59:06.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-04-21T14:58:38.000Z (about 9 years ago)
- Last Synced: 2025-04-20T04:58:15.111Z (about 1 year ago)
- Topics: reflex-frp, servant
- Language: Haskell
- Homepage:
- Size: 41 KB
- Stars: 5
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Servant-Render
A reactive type safe web framework based on reflex-dom and servant
# Run the Example
```bash
cd example
./build.sh
```
Then browse to [http://localhost:8080](http://localhost:8080)