viraljs
Version:
P2P distributed application made easy
20 lines • 773 B
HTML
<html lang="en" style="width: 100%; height: 100%;">
<head>
<meta charset="UTF-8">
<title>ViralJS demo</title>
<script src="./node_modules/vis/dist/vis.min.js"></script>
<script src="./js/graph.js"></script>
<script src="./js/main.js"></script>
<link rel="stylesheet" type="text/css" href="./css/style.css">
</head>
<body>
<div class="container">
<h1>ViralJS demo</h1>
<h2>The first peer gets application from Express server and then deliver it to second and so on peers</h2>
<p>Please, login via Facebook and keep this tab alive for some time to seed app to some more users from your browser</p>
<fb:login-button scope="public_profile,email" onlogin="checkLoginState();">
</fb:login-button>
</div>
</body>
</html>