Socket vs HTTP based communication for a mobile client/server application

前端 未结 1 662
小鲜肉
小鲜肉 2021-02-02 17:01

I\'ve recently decided to take on a pretty big software engineering project that will involve developing a client-server based application. My plan is to develop as many clients

1条回答
  •  南方客
    南方客 (楼主)
    2021-02-02 17:40

    I'd say go with the simplicity of HTTP, at least until your needs outgrow its capabilities. (The more stateful your application needs to be, the less HTTP fits).

    For low cost and scalability, you probably can't go wrong with a cloud like Rackspace's or Amazon's. But I'm just getting started with those, my servers have been VPSs from tektonic until now.

    0 讨论(0)
提交回复
热议问题