Created
December 19, 2018 21:16
-
-
Save dcomartin/5b4981ab7ab55794adfd81869f1f0b79 to your computer and use it in GitHub Desktop.
This file contains 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
@page | |
<textarea name="message" id="message"></textarea> | |
<input type="button" id="sendButton" value="Send Message"/> | |
<div id="messages"></div> | |
<script src="~/lib/signalr.js"></script> | |
<script src="~/js/message.js"></script> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment