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
- Host: GitHub
- URL: https://github.com/alexsugak/village-internet
- Owner: AlexSugak
- Created: 2016-10-17T15:05:34.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-12-18T21:18:23.000Z (over 6 years ago)
- Last Synced: 2025-03-24T15:01:39.868Z (about 1 month ago)
- Topics: demo, fsharp, react, reactive-extensions, reactive-programming
- Language: F#
- Size: 106 KB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Village Internet
A demo app showing functional approach to building reactive client-server systems

## 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
```