LCSK 2.0.4

Rating: No reviews yet
Downloads: 2134
Change Set: abfbef915525
Released: Mar 9, 2013
Updated: Mar 9, 2013 by dstpierre
Dev status: Beta Help Icon

Recommended Download

Application LCSK Folder
application, 421K, uploaded Mar 9 - 1433 downloads

Other Available Downloads

Source Code Demo App
source code, 13721K, uploaded Mar 9 - 701 downloads

Release Notes

LiveChat Starter Kit version 2 uses SignalR as the core communication mechanism.

You can add LCSK to your ASP.NET project via NuGet

Install-Package LCSL


To manually add LCSK to an existing ASP.NET app do the following:
  • Copy the LCSK folder to your ASP.NET project
  • Install SignalR from your package manager window
Install-Package Microsoft.AspNet.SignalR

  • Add the following to you Global.asax before any other routing instruction:
RouteTable.Routes.MapHubs();
  • Include the following javascript tags where you want the visitor to see the chat box:

<script src="/Scripts/jquery.signalR-1.0.1.min.js" type="text/javascript"></script>
<script src="/signalr/hubs" type="text/javascript"></script>
<script src="/LCSK/chat.js" type="text/javascript"></script>

Make sure you already have jQuery included before those tags.

Sign in as a test agent

  1. Navigate to the /lcsk/install.html page and assign the admin and agent passwords.
  2. You can now log in on /lcsk/agent.html using any name and either the admin or agent password.

Simulate a visitor

  1. Open another browser
  1. Open the chat box and enter a message

Reviews for this release

No reviews yet for this release.