[web2py] Re: 2to3

2020-12-31 Thread Massimo Di Pierro
you can use json-rpc2 with py4web but it is not built-into the framework. It does not need to be. I will post an example. py4web has jwt auth support although the syntax is a different. py4web is not as mature as web2py but very mature. The pros are the speed, the cleaner/leaner implementation

[web2py] Re: 2to3

2020-12-25 Thread Alexei Vinidiktov
What are the benefits of porting to py4web? I use json-rpc2 extensively in my web2py app. Does py4web support json-rpc2 (or other rpc services) out of the box the way web2py does? Does it support jwt authentication the way web2py does? Is py4web stable and mature enough to consider switching?

[web2py] Re: 2to3

2020-12-14 Thread villas
The framework is compatible with both. However, your own code may only be compatible with one or the other - that's up to you. Once you get to know what the differences are, you can scan the code pretty easily yourself. Still, the 2to3 is helpful if you have lots of code. One simplistic approa