add SignalR client service

This commit is contained in:
chsakell
2016-09-27 15:43:30 +03:00
parent cd3a4001e6
commit 1ef3f04731
6 changed files with 159 additions and 10 deletions

View File

@@ -26,7 +26,8 @@
</head>
<body>
<my-app>Loading...</my-app>
<!--
<script type="text/javascript">
$(function () {
var broadcaster = $.connection.broadcaster;
@@ -39,6 +40,7 @@
broadcaster.server.broadcast('hello from client');
});
});
</script>
</script>
-->
</body>
</html>