Skip to content

Instantly share code, notes, and snippets.

View Lunchbox4K's full-sized avatar

Mitchell Pell Lunchbox4K

View GitHub Profile
@Lunchbox4K
Lunchbox4K / Chat.cshtml
Last active August 29, 2015 14:27
ASP MVC SignalR Javascrip Chat Room
@{
ViewBag.Title = "Chat";
}
@section scripts {
<script src="Scripts/jquery-1.10.2.min.js"></script>
<!-- SignalR Lib -->
<script src="~/Scripts/jquery.signalR-2.2.0.js"></script>
<!--Reference the autogenerated SignalR hub script. -->