commit
c9ddd9b183
1 changed files with 26 additions and 18 deletions
|
@ -18,7 +18,6 @@
|
||||||
other things logging functionality and a reader monad (for database connections).
|
other things logging functionality and a reader monad (for database connections).
|
||||||
A full usage example of servant/diener is also provided.
|
A full usage example of servant/diener is also provided.
|
||||||
|
|
||||||
|
|
||||||
- **[example-servant-elm](https://github.com/haskell-servant/example-servant-elm)**:
|
- **[example-servant-elm](https://github.com/haskell-servant/example-servant-elm)**:
|
||||||
|
|
||||||
An example for a project consisting of
|
An example for a project consisting of
|
||||||
|
@ -29,6 +28,15 @@
|
||||||
functions in elm for the API,
|
functions in elm for the API,
|
||||||
- test-suites for both the backend and the frontend.
|
- test-suites for both the backend and the frontend.
|
||||||
|
|
||||||
|
- **[servant-purescript](https://github.com/eskimor/servant-purescript/tree/master/examples/central-counter)**:
|
||||||
|
|
||||||
|
An example consisting of
|
||||||
|
|
||||||
|
- a backend in uses `haskell-servant`
|
||||||
|
- a frontend written in [PureScript](http://www.purescript.org/) using
|
||||||
|
[servant-purescript](https://github.com/eskimor/servant-purescript) to generate
|
||||||
|
an API wrapper in PureScript to interface the web API with
|
||||||
|
|
||||||
|
|
||||||
- **[example-servant-persistent](https://github.com/haskell-servant/example-servant-persistent)**:
|
- **[example-servant-persistent](https://github.com/haskell-servant/example-servant-persistent)**:
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue