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
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?
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
3 matches
Mail list logo