由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Programming版 - uber使用的是神马框架?
相关主题
Django怎么学play 这个框架如何?感觉工作机会不少
史上最全!57个Web框架4轮横向对比 (zz)ZK框架用处大吗?
和 R shiny 类似的Python 框架Uber的machine learning architecture
关于ruby和rails一点疑惑Scala in L
问个jquery处理字符串的问题 (转载)json web token (jwt) 不能revoke,放cookie有啥缺点?
JS 的meteor 能上prod么现在Go有没有restful framework胜出呢?
把web service+client 包装成一个桌面GUI 软件容易吗?如果没有api,有什么办法写网站客户端呢?
A question about page table迷惑了
相关话题的讨论汇总
话题: python话题: our话题: magical话题: end话题: uber
进入Programming版参与讨论
1 (共1页)
s*****r
发帖数: 550
1
想要搭建一个小服务,
类似于uber
联系多个提供商和多个客户
例如有客户提出需求,提供商抢单,先到先得,当然客户可以cancel下单
最好还可以互相选择,因为不像出租车,不需要很强的即时性。
然后有评分系统,可以作为是否下单的参考
有点类似于www.angieslist.com,但是想做某一个特定的方向的。
这种系统适合用什么来做?我的意思是服务器端的,客户端打算就用手机好了。
谢谢大侠们:)
p*****2
发帖数: 21240
2
mean

【在 s*****r 的大作中提到】
: 想要搭建一个小服务,
: 类似于uber
: 联系多个提供商和多个客户
: 例如有客户提出需求,提供商抢单,先到先得,当然客户可以cancel下单
: 最好还可以互相选择,因为不像出租车,不需要很强的即时性。
: 然后有评分系统,可以作为是否下单的参考
: 有点类似于www.angieslist.com,但是想做某一个特定的方向的。
: 这种系统适合用什么来做?我的意思是服务器端的,客户端打算就用手机好了。
: 谢谢大侠们:)

V*********r
发帖数: 666
3
"Our back-end development is done using a magical
combination of Python and Node.js."
http://www.uber.com/jobs/37150

【在 s*****r 的大作中提到】
: 想要搭建一个小服务,
: 类似于uber
: 联系多个提供商和多个客户
: 例如有客户提出需求,提供商抢单,先到先得,当然客户可以cancel下单
: 最好还可以互相选择,因为不像出租车,不需要很强的即时性。
: 然后有评分系统,可以作为是否下单的参考
: 有点类似于www.angieslist.com,但是想做某一个特定的方向的。
: 这种系统适合用什么来做?我的意思是服务器端的,客户端打算就用手机好了。
: 谢谢大侠们:)

k***5
发帖数: 583
4
Our back-end development is done using a magical combination of Python and
Node.js. Are you dedicated fan of either, or both? Let us know.
Solid fundamentals of RESTful and Stateful back-end service architectures.
We use both. Knowing Django or Express is cool. Being able to reason about
the fundamentals of the stack and how to build your own framework is even
cooler.
Experience with server side javascript or a willingness to learn it is key
b*******s
发帖数: 5216
5
thanks for the findings


about

【在 k***5 的大作中提到】
: Our back-end development is done using a magical combination of Python and
: Node.js. Are you dedicated fan of either, or both? Let us know.
: Solid fundamentals of RESTful and Stateful back-end service architectures.
: We use both. Knowing Django or Express is cool. Being able to reason about
: the fundamentals of the stack and how to build your own framework is even
: cooler.
: Experience with server side javascript or a willingness to learn it is key

1 (共1页)
进入Programming版参与讨论
相关主题
迷惑了问个jquery处理字符串的问题 (转载)
javasctipt + REST 面试一般会问什么问题?JS 的meteor 能上prod么
web services和POST 到url有啥区别?把web service+client 包装成一个桌面GUI 软件容易吗?
所谓restful就是在url里嵌入可读的查询串?A question about page table
Django怎么学play 这个框架如何?感觉工作机会不少
史上最全!57个Web框架4轮横向对比 (zz)ZK框架用处大吗?
和 R shiny 类似的Python 框架Uber的machine learning architecture
关于ruby和rails一点疑惑Scala in L
相关话题的讨论汇总
话题: python话题: our话题: magical话题: end话题: uber