开发者

Is it feasible to build huge website using ajax jquery sqlserver? [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help c开发者_开发知识库enter. Closed 11 years ago.

I am developing a huge almost millions of users and very complex logic , secure and optimize web application. but i am thinking to use client side archeticture with asp.net like gmail is using. Any link , reference will be appriciated.


No. The client is never secure. You can't (shouldn't) trust the client to do the business logic.

On the other hand, Javascript can be used as the server-side language (similar in concept to Python, Rub, and PHP, among others).


If you are asking whether you can build an application with large amounts of client side Javascript, then, as you stated, the answer is yes. In fact, Javascript has also become popular for server side development with technologies such as Node JS.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜