Hacker News new | past | comments | ask | show | jobs | submit login
TIMTOW to build a WebSocket server in Perl (showmetheco.de)
22 points by franckcuny on Nov 25, 2010 | hide | past | favorite | 3 comments



If you have to go lower level and implement the server protocol, my heart goes out to you.

Websocket is a fantastic advance for the web. But the protocol, in particular the handshake is truly awful.

It's awful in that it defines silly useless hoops you have to jump through, and it's awful because in the real world, it sometimes breaks with http proxies etc.

My post about the new version: http://axod.blogspot.com/2010/06/websocket-gets-update-and-i...


Well, I agree with everything you say. But I just wanted to play with it, just for fun, you know ;)


hehe it is awesome fun. And hopefully most people won't have to delve into the horrible specs :)




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: