Re: Protocols.HTTP.Server.Request and streaming responses
"Stephen R. van den Berg" <[email protected]>
| Newsgroups | gmane.comp.lang.pike.user |
|---|---|
| Message-ID | <[email protected]> |
Stephen R. van den Berg wrote: >Arne Goedeke wrote: >>I usually ended up taking over the Stdio.File object and doing chunked >>encoding on top of that. Consider using WebSockets, it might be more >>convenient. >WebSockets seem to be exactly what I need. The documentation on the Pike >side is still a bit skimpy. >Does anyone have any sample Pike code that uses them? It seems like I might want a socket.io compatible implementation, with fallbacks for MSIE and sorts. Anyone ever dabbled with that? -- Stephen.