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

async data #8

Open
6174 opened this issue Jun 20, 2016 · 0 comments
Open

async data #8

6174 opened this issue Jun 20, 2016 · 0 comments

Comments

@6174
Copy link
Owner

6174 commented Jun 20, 2016

数据在不同的端的传递总是异步的,这是现代web应用编程的基础,任何都是借助网络,为了处理好网络的延迟问题,出现了多种多样的理论。

  • 缓存
  • 数据同步
  • 并发
  • pub/sub

也有各种各样的规范

  • ddp
  • promise A+
  • reactive xxx
  • saga

网络的东西真是博大精深,尝试搜索了相关的书籍,但未找到任何系统的介绍相关理论的,决定先 mark,作为一个课题来研究,产出结果就是相关的系统理论

books

  • A Theory of Distributed Objects

products

  • firebase
  • parse
@6174 6174 changed the title async programming resources async data Jun 20, 2016
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