Re: Using django as a socket server and not HTTP server

2015-08-05 Thread Carlos Andre
have a framework to work like this, twistter 2015-08-05 14:03 GMT-03:00 Javier Guerra Giraldez : > On Wed, Aug 5, 2015 at 10:14 AM, Idan Shimon wrote: > > Hi i am interested to setup my own socket protocol against a peripheral > > device > > The socket

Re: Using django as a socket server and not HTTP server

2015-08-05 Thread Javier Guerra Giraldez
On Wed, Aug 5, 2015 at 10:14 AM, Idan Shimon wrote: > Hi i am interested to setup my own socket protocol against a peripheral > device > The socket server would be online and exposed to the web, however it will > not work on http. not as it is currently. the issue is that

Using django as a socket server and not HTTP server

2015-08-05 Thread Idan Shimon
Hi i am interested to setup my own socket protocol against a peripheral device The socket server would be online and exposed to the web, however it will not work on http. Can i use django / nginx to manage the socket sessions ? while i focus on functionality ? Can someone redirect me to a