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

https://github.com/alexsugak/village-internet

A demo app showing usage of FP and FRP on both server and client
https://github.com/alexsugak/village-internet

demo fsharp react reactive-extensions reactive-programming

Last synced: 25 days ago
JSON representation

A demo app showing usage of FP and FRP on both server and client

Awesome Lists containing this project

README

        

# Village Internet

A demo app showing functional approach to building reactive client-server systems

![demo](https://cloud.githubusercontent.com/assets/2222587/19444726/503391e2-949a-11e6-8dcd-97732bdd5dc7.gif)

## Installation

Requires [nodejs](http://nodejs.org/) and [Mono](http://fsharp.org/use/mac/) on Mac/Linux or [F#](http://fsharp.org/use/windows/) on Windows.

Build and run server + client:
```sh
cd ./src/server && sh ./build.sh
```