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.
精彩评论