Python MVC 框架、.NET、Rails(中间件)
我正在开始一个新项目,我需要选择最好的技术来维护一个中间件层。
该层将为多种设备(移动设备和网络)提供 REST 和 SOAP Web 服务,
我需要速度!
我需要简单的设置和可扩展性
问候,
佩德罗
I'm starting one new project, and I need to choose the best technology to maintain one Middleware Layer.
This layer will offer REST and SOAP Webservices to several devices (mobile and web)
I need Speed!
I need easy setup and scalability
Regards,
Pedro
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我是一名 Rails 开发人员,但我不会为您的目的推荐 Rails,也许是 Sinatra,但 Ruby 一般并不以其速度而闻名。
考虑到你的观察,我会选择 python,也许 django 更像是一种前端技术。尝试一下Tornado,即使您并不真正需要它的主要功能(异步),但众所周知,它的速度非常快并且非常容易设置
I am a Rails developer but I wouldnt recommend you Rails for your purpose, maybe Sinatra but Ruby in general is not known for its speed.
Considering your observations I would go for python, perhaps django is more a FrontEnd techonology. Give Tornado a try, even if you dont really need its main feature (asynchronously) its known to be very fast and very easy to setup