I\'m trying to create a C# Websocket server but I just don\'t seem to get it working. I now have a server that accepts the TCPClient, receives the HTTP request from the clie
Do't know if you can compile Objective C, but this project is really pretty cool...
Blackbox is an embeddable Cocoa HTTP server -- that allows you to associate HTTP resources with Cocoa "responder" objects (kind of like Twisted Web does for Python) rather than files on your filesystem.
With Blackbox, you can create personal file sharers in a snap, write applications that communicate with each other over HTTP, and easily create web control interfaces for headless applications.
It basically is a Comet server in a nice package. I wish I could say more about it, but I'm still kind of trying to figure out sockets myself...
