Skip to content

TheoKand/Chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Chat room - SPA with MVC / JQuery / Razor

Single Page Application demonstrating a fully functional chat room with MVC / JQuery timers.  This sample was submitted as an article to CodeProject.com: http://www.codeproject.com/Articles/794147/MVC-Chat-room

It was updated to run on Visual Studio 2013

The server state (users,chat history) is persisted with a static Model instance. The partial views query the server state every 5 seconds. If a registered user does not query for 15 seconds he is considered "logged off" by the server.

Technologies used:

  • MVC4
  • Razor
  • JQuery

Demo: http://chat.theokand.com/

About

Chat room - SPA with MVC / JQuery / Razor

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published