[web2py] Re: Djano channels

2016-08-27 Thread Ron Chatterjee
Have anyone had a chance to test out websocket_messaging.py ? It works out of box as long the websocket is running in the back but kind of confusing to see it only works on localhost:. Wondering if anyway to

[web2py] Re: Djano channels

2016-03-27 Thread Massimo Di Pierro
The fact is webrtc is pure JS. It is from client to client. Wether you use Flask or Django or web2py or PHP or ASP to serve pages is irrelevant. Massimo On Sunday, 27 March 2016 10:05:06 UTC-5, Ron Chatterjee wrote: > > https://m.youtube.com/watch?v=uBV_KKGzNqQ > > Found that link that talks abo

[web2py] Re: Djano channels

2016-03-27 Thread Ron Chatterjee
https://m.youtube.com/watch?v=uBV_KKGzNqQ Found that link that talks about it. But it uses flask. So for chatting use channels n realtime streaming n audio use webrtc. Learn something new everyday! Thank you massimo. -- Resources: - http://web2py.com - http://web2py.com/book (Documentation)

[web2py] Re: Djano channels

2016-03-27 Thread Ron Chatterjee
https://m.youtube.com/watch?v=uBV_KKGzNqQ Found that link that talks about it. But it uses flask. So for chatting use channels n realtime streaming n audio use webrtc. Learn something new everyday! Thank you massimo. -- Resources: - http://web2py.com - http://web2py.com/book (Documentation)

[web2py] Re: Djano channels

2016-03-24 Thread Massimo Di Pierro
Theoretically yes. In practice it would not be nearly as good or efficient as webrtc. Just use webrtc for that. On Thursday, 24 March 2016 17:22:43 UTC-5, Ron Chatterjee wrote: > > You know if we can turn this into a audio video chat and conference > application similar to web meeting? > > On Mo

[web2py] Re: Djano channels

2016-03-24 Thread Ron Chatterjee
You know if we can turn this into a audio video chat and conference application similar to web meeting? On Monday, March 21, 2016 at 1:19:27 AM UTC-4, Massimo Di Pierro wrote: > > Supports multiple chat rooms. It is in the example in the code itself. It > is very similar to the Django one. > > >

[web2py] Re: Djano channels

2016-03-20 Thread Massimo Di Pierro
Supports multiple chat rooms. It is in the example in the code itself. It is very similar to the Django one. On Sunday, 20 March 2016 09:42:41 UTC-5, Ron Chatterjee wrote: > > I haven't had a chance to go through the code but is it using multiple > chat room or just one single room? > > On Sun

[web2py] Re: Djano channels

2016-03-20 Thread Najtsirk
Thanks! On Sunday, 20 March 2016 07:15:11 UTC+1, pbreit wrote: > > Have you seen: > > https://github.com/web2py/web2py/blob/master/gluon/contrib/websocket_messaging.py > > On Thursday, March 17, 2016 at 2:48:08 PM UTC-7, Najtsirk wrote: >> >> >> https://blog.heroku.com/archives/2016/3/17/in_deep_w

Re: [web2py] Re: Djano channels

2016-03-20 Thread Richard Vézina
It just set websocket on... Then you have to implement your own protocol of communication... On Sun, Mar 20, 2016 at 10:42 AM, Ron Chatterjee wrote: > I haven't had a chance to go through the code but is it using multiple > chat room or just one single room? > > On Sunday, March 20, 2016 at 2:15

[web2py] Re: Djano channels

2016-03-20 Thread Ron Chatterjee
I haven't had a chance to go through the code but is it using multiple chat room or just one single room? On Sunday, March 20, 2016 at 2:15:11 AM UTC-4, pbreit wrote: > > Have you seen: > > https://github.com/web2py/web2py/blob/master/gluon/contrib/websocket_messaging.py > > On Thursday, March 1

[web2py] Re: Djano channels

2016-03-19 Thread pbreit
Have you seen: https://github.com/web2py/web2py/blob/master/gluon/contrib/websocket_messaging.py On Thursday, March 17, 2016 at 2:48:08 PM UTC-7, Najtsirk wrote: > > > https://blog.heroku.com/archives/2016/3/17/in_deep_with_django_channels_the_future_of_real_time_apps_in_django > > Is there anythi