Re: [web2py] Re: Web2py gevent-socketio

2014-05-04 Thread Jesse Ferguson
ah yes i keep forgetting that pep333 i believe -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this message because you are subscribed to the

Re: [web2py] Re: Web2py gevent-socketio

2014-05-04 Thread Anthony
Note, WSGI is not a piece of software -- it is just a specification for how the web server and the web app communicate with each other. Anthony On Sunday, May 4, 2014 5:01:21 PM UTC-4, Jesse Ferguson wrote: > Thank you Ricardo, I watched videos and read into the docs of everything > you listed

Re: [web2py] Re: Web2py gevent-socketio

2014-05-04 Thread Jesse Ferguson
Thank you Ricardo, I watched videos and read into the docs of everything you listed, Only thing I am bit unclear on is "WSGI", If Im understanding correctly its really just a Middleware that sits between a Sever and a python Framework. However Im a bit confused How the stack works when implemen

Re: [web2py] Re: Web2py gevent-socketio

2014-05-03 Thread Ricardo Pedroso
On Sat, May 3, 2014 at 7:21 PM, Jesse Ferguson wrote: > OK so I've been reading/researching and I'm still trying to wrap my head > around how the above code works, > > First let me define what I *think* is going on, > > The script imports socket.io modules needed and the imports web2py's > wsgiba

[web2py] Re: Web2py gevent-socketio

2014-05-03 Thread Jesse Ferguson
OK so I've been reading/researching and I'm still trying to wrap my head around how the above code works, First let me define what I *think* is going on, The script imports socket.io modules needed and the imports web2py's wsgibase... SocketIOServer (('0.0.0.0', 8080), wsgibase, resource="s