[web2py] Re: nodejs and web2py

2014-06-03 Thread Massimo Di Pierro
node.js assumes a server in JS, web2py is written in Python. I guess you can have a a node.js app and web2py app share a database but that is about it. On Tuesday, 3 June 2014 01:37:06 UTC-5, eric cuver wrote: > > hello > > Is it possible to work web2py with nodejs > > and that somebody knows

[web2py] Re: nodejs and web2py

2014-06-03 Thread Anthony
You might be able to use something like ZeroRPC to communicate between the two on the server: http://zerorpc.dotcloud.com/ Anthony On Tuesday, June 3, 2014 4:17:05 PM UTC-4, Massimo Di Pierro wrote: > > node.js assumes a server in JS, web2py is written in Python. I guess you > can have a a node

[web2py] Re: nodejs and web2py

2014-06-03 Thread Kiran Subbaraman
OT. Anthony, thanks for the zerorpc link. Rather useful piece of technology. Had my eyes on zeromq for sometime for inter app communication, zerorpc fits the need nicely for me. On Wednesday, June 4, 2014 2:55:05 AM UTC+5:30, Anthony wrote: > > You might be able to use something like ZeroRPC to