On Sun, May 13, 2012 at 9:20 AM, riadh <[email protected]> wrote:

> The main features of this new framework will be
>
> *automatic functions sharing between both server-side and client-side
> *automatic and easy ajax use
> *possibility to write node code in javascript client code like this
>

There's just too many ways to break security in this system. Allowing any
code you put in the client to run on the server is 100% dangerous. Best
case scenario you don't actually send that code to the client, it gets
wrapped up in an ajax call before ever reaching the client, but then what's
the advantage over doing AJAX calls and getting JSON back? Or doing
socket.io?

There's a reason runat="server" died.

Matt.

-- 
Job Board: http://jobs.nodejs.org/
Posting guidelines: 
https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines
You received this message because you are subscribed to the Google
Groups "nodejs" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/nodejs?hl=en?hl=en

Reply via email to