Commit Graph

7 Commits

Author SHA1 Message Date
Joel Martin 24388e0e94 Clojure websockify: -main and command line args.
Can now be launched like so:

lein run websockify --web ../../noVNC/ 6080 localhost:5901
2012-02-16 22:03:40 +01:00
Joel Martin 2e2d815bca Split generic websocket code out from websockify.
Generic TCP client and Websocket server code is now split out from the
websockify specific code.
2012-02-16 22:03:40 +01:00
Joel Martin c86457216d Better error handling in Clojure Websockify.
Also, disable verbose debug.
2012-02-16 22:03:40 +01:00
Joel Martin 040a129fbf Working vesrion Clojure Websockify.
Still needs some cleanup related to cleaning up client and target
connections.
2012-02-16 22:03:40 +01:00
Joel Martin 1e24aa17af Working Clojure Netty client code. 2012-02-16 22:03:40 +01:00
Joel Martin e6e9c9140e Switch to Jetty for Clojure WebSocket support.
This current code accepts WebSocket connections and can send data back
and forth.
2012-02-16 22:03:39 +01:00
Joel Martin 0f1512c3ca Clojure Websockify using Aleph - broken. 2012-02-16 22:03:39 +01:00