What is the best web language/framework to use wit

2019-06-16 06:37发布

I am about to create a web application and need some advice.

The basics of the app (without giving too much away) is there will be some Javascript on a page sending back various information to a REST server through JSON to be stored in a database.

Is there any particular language or framework that works well with JSON and REST? I guess speed is important.

Thanks for your help.

标签: json rest
1条回答
时光不老,我们不散
2楼-- · 2019-06-16 07:25

Most of the main ones would satisfy your requirement, so the main criteria should be: which language/framework are you most familiar with and most productive in?

You can do REST in Perl, PHP, Python, Ruby, etc... - please see this list for many examples of REST supporting frameworks

查看更多
登录 后发表回答