Skip to content

aaronj1335/frp-mvc-and-other-tlas

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

reactive programming and mvc

this repo shows an example of a simon-says game using reactive programming (via RxJS), and then the same implementation but with an mvc-driven separation of concerns.

running

# `npm install -g grunt-cli` if you don't already have it
$ npm install
$ grunt serve # could also just statically serve the repo dir

then visit:

for the latter two, the data model can be found in lib/common.js.

i wrote up a post with an in-depth description.

Releases

No releases published

Packages

No packages published