Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我只是想问一下 uber appz 是如何实时跟踪的?他们是否每 1 秒向服务器请求一次更新汽车的位置以便汽车移动?
先感谢您。
他们所有的实时/调度系统都建立在Node.js和Redis 之上。
这是他们为实时跟踪所做的一个非常普遍的想法,关于此的信息很少。
您可以在这个答案中找到更多信息,该答案由 uber 的软件工程师在 QUORA 中发布:
http://www.quora.com/What-technology-does-Uber-use