I glanced at it but I didn't give it much thought because it's not websocket based so it's not truly real-time chat. My aim here is to get a truly web-based replacement for the much aged and horrible embedded IRC clients. I hope to expand on that with a full notification system build around the chat system. IMO apps like the one you linked aren't good for anything but shoutboxes.
I did install it and actually take a look. Other than the antiquated protocol it's exactly what I want. I've got gevent-socketio installed which works with django and other python frameworks. It lists support for web2py in the description but there is zero documentation and web2py isn't included in their examples folder. I think I'm going to continue tweaking with this to see if it will work for me. So far I haven't even gotten the server to start. On Monday, May 13, 2013 2:34:23 PM UTC-7, Ricardo Pedroso wrote: > > On Mon, May 13, 2013 at 9:18 PM, HittingSmoke > <hittin...@gmail.com<javascript:>> > wrote: > > I know chat has been beaten to death around here but IMO there hasn't > been > > any quality implementations or answers yet. There are dozens of blogs > and > > posts about it, most of which are solutions that no longer work or are > > ridiculously overcomplicated solutions with duplicated code between > python > > and node.js. The best answer I've seen around here involved a third > party > > hosting service. > > > > I think I may have found something that may work but I haven't tried it > yet. > > I was wondering if anyone else has tried to implement running gevent > with > > anyserver.py and connecting it to a socket.io client though > gevent-socketio > > or to sockjs through some other means. > > > > I haven't used gevent before, only tornado and I was less than impressed > by > > the documentation and clients available. > > > > I'd like to use sockjs instead of socket.io because the consensus seem > to be > > that socket.io is very poorly maintained but sockjs seems to have fewer > > options outside of a node.js server. > > > > It would be nice to get an easy to deploy real-time chat server solution > for > > web2py that works with auth. > > > Did you check this example: > https://github.com/rpedroso/w2pchat.git > > it's working with web2py auth and the messages are stored in a database, > but it's not using websockets like you want, it's using long polling. > > > Ricardo > -- --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to web2py+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out.