Skip to content

Instantly share code, notes, and snippets.

View woutervanwijk's full-sized avatar

Wouter van Wijk woutervanwijk

View GitHub Profile
@woutervanwijk
woutervanwijk / rx_websocket_protokol.html
Created July 2, 2012 19:23 — forked from schuster-rainer/rx_websocket_protokol.html
WebSocket Demo using ws4py, cherrypy to echo incomming traffic. CoffeeScript, jQuery, RxJS, websock.js for the Client
<!DOCTYPE html>
<html lang="de">
<head>
<meta charset="utf-8" />
<title>Pushing with Rx and websock.js</title>
<script src="script/jquery-1.7.1.js" type="text/javascript"></script>
<script src="script/rx.min.js" type="text/javascript"></script>
<script src="script/rx.jquery.js" type="text/javascript"></script>
<script src="script/rx.time.min.js" type="text/javascript"></script>
<script src="script/base64.js"></script>