>From what I recently learned, when the question is "is client-side less
secure?", then the short answer is "not necessarily", and the longer
answer is these 2 talks:

https://www.youtube.com/watch?v=w9hHHvhZ_HY

https://www.youtube.com/watch?v=oBqeDYETXME

:)


On Wed, Dec 26, 2012 at 9:19 AM, Jeff Kusi <[email protected]> wrote:

> 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://www.sistemasagiles.com.ar>
>> http://reingart.blogspot.com
>>
>>
>> On Sat, Dec 15, 2012 at 3:29 AM, ionel <[email protected]> wrote:
>> > http://www.brython.info/index_**en.html<http://www.brython.info/index_en.html>
>> >
>> > --
>> >
>> >
>> >
>>
>  --
>
>
>
>

-- 



Reply via email to