kurento-jsonrpc
Version:
Kurento RPC client library for Browser and Node.js
18 lines (14 loc) • 506 B
HTML
<html>
<head>
<title>Kurento JsonRPC</title>
<link rel="stylesheet" href="../node_modules/nodeunit/dist/browser/nodeunit.css" type="text/css" />
<script src="../node_modules/nodeunit/examples/browser/nodeunit.js"></script>
<script src="../node_modules/eventtarget/EventTarget.js"></script>
<script src="index.js"></script>
</head>
<body>
<h1 id="nodeunit-header">Kurento JsonRPC</h1>
<script src="../dist/kurento-jsonrpc.js"></script>
</body>
</html>