I have a question about security (it may be unfounded),

Isn't server-side interpretation more secure?  Especially when business 
logic that doesn't pass as "controller" code is embedded into the view code.
Brython would exposed such code to a front-end user.   What are your 
thoughts?

On Saturday, December 15, 2012 2:01:16 PM UTC-5, Mariano Reingart wrote:
>
> Brython seems great, it even uses a html helper syntax like web2py! 
>
> <script type="text/python"> 
> t = TABLE() 
> for i in range(10): 
>     t <= TR(TD(i)+TD(i*i)) 
> doc <= t 
> </script> 
>
> I think this should be integrated and included with web2py, teaching 
> basic web development would be even easier, without the javascript 
> complexities. 
>
> Best regards, 
>
> Mariano Reingart 
> http://www.sistemasagiles.com.ar 
> http://reingart.blogspot.com 
>
>
> On Sat, Dec 15, 2012 at 3:29 AM, ionel <ionela...@gmail.com <javascript:>> 
> wrote: 
> > http://www.brython.info/index_en.html 
> > 
> > -- 
> > 
> > 
> > 
>

-- 



Reply via email to