Re: [Twisted-Python] Protocol for socket.io

2014-01-25 Thread Sofiane Akermoun
ajax/comet/long polling technologies and i choose txsockjs. regards. Sofiane Akermoun 2014-01-25 Dustin J. Mitchell : > As I understand it, socket.io is a browser-side library that uses any > of a number of technologies, depending on its environment, to > communicate with the server. S

Re: [Twisted-Python] twisted irc client + packet capturing

2013-11-08 Thread Sofiane Akermoun
twisted application without any problem I will try to speed up my developpement process to show you a little module that could permit you to do it really easly. I am actually coding the dissector of the packet received. kinds regards, Sofiane Akermoun 2013/11/8 David Stainton : > I got my snif

[Twisted-Python] Error in documentation

2013-03-03 Thread Sofiane Akermoun
td -ny simple-finger.tac". regards, -- Sofiane Akermoun aker...@gmail.com ___ Twisted-Python mailing list Twisted-Python@twistedmatrix.com http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python

Re: [Twisted-Python] Building a TCP server, having issues

2013-02-18 Thread Sofiane Akermoun
data, sanitize them like gather the command name, and the arguments, and pass it to another big function named handleCommand that will use the big if/else condition to know what to do. regards, Sofiane Akermoun 2013/2/18 Phil Mayers : > On 02/17/2013 01:09 AM, Adam Heller wrote: >> Glyph