node-simple-router
Version:
Yet another minimalistic router for node.js
20 lines (15 loc) • 482 B
HTML
<html lang="en">
<head>
<meta charset="UTF-8">
<title>AutobahnJS RPC Backend</title>
</head>
<body>
<h1>AutobahnJS RPC Backend</h1>
<p id="log" style="width: 95%; height: 4em; border: solid 1px; font-size: small; padding: 0.5em; color: green;">
---
</p>
<script src="https://autobahn.s3.amazonaws.com/autobahnjs/latest/autobahn.min.jgz"></script>
<script src="js/autobahnjs_rpc_callee.js"></script>
</body>
</html>