frp-mvc-and-other-tlas icon indicating copy to clipboard operation
frp-mvc-and-other-tlas copied to clipboard

combining reactive programming with mvc

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.