douzhuo6270 2016-02-19 10:43
浏览 45
已采纳

宁静的JSON Web服务:最好的方法吗?

I want to write a webservice for my android apps. It needs to be a restful JSON webservice. I am searching for the best way to do it. It needs to be fast, and not to hard to use or learn if necessary.

The options I have right now are:

  • Write my own PHP restfull webservice. Example
  • Use the SLIM Framework for routing my requests. Example
  • Use Zend Framework 2 as base. But I find Zend slow?
  • Use ASP.NET for creating the webservice. But the hosting is expensive?
  • Java webservice, never used before.

So what is the best option to go for? I cannot choose which way to go? Or is there another, maybe better option that I forgot?

  • 写回答

2条回答 默认 最新

  • dsfhe34889789708 2016-02-21 22:18
    关注

    I have looked at al your proposals and I am going for the slim framework. But thx for all the options.

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论
查看更多回答(1条)

报告相同问题?