Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/angerman/network-service

Thin layer over network-simple
https://github.com/angerman/network-service

Last synced: about 9 hours ago
JSON representation

Thin layer over network-simple

Awesome Lists containing this project

README

        

# network service

network-service is a small package providing a thin layer over network-simple, that allows
to write services based on a message data type, quickly.

## Example

See the [Echo.hs](Example/Echo.hs) for a trivial echo service.

## Installation

To install, simply use cabal

```
cabal install network-service
```