This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!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> |