Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

general: use reactive design patterns, with RxJS or highland.js #44

Open
jbilcke opened this issue Feb 28, 2015 · 0 comments
Open

general: use reactive design patterns, with RxJS or highland.js #44

jbilcke opened this issue Feb 28, 2015 · 0 comments

Comments

@jbilcke
Copy link
Member

jbilcke commented Feb 28, 2015

This could be used for a lot of things in ATGC, like communication between the server and the client, or communication and wait/synchronization between modules

(eg. to solve the problem of the egg and the chicken, as we have now with atgc-core-player and atgc-bunde-*modules)

highland.js feels a bit like lazy.js / lo-dash / async: it has a simple API, less verbose than Rx, so it is quick to grasp and quite intuitive to use

However RxJS feels more complete, like a standard library (eg. lot of time-related sync features). It covers a variety of use-cases that could help for our game-related issues

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant