Skip to content
/ Chat Public
forked from TheoKand/Chat

Chat room - SPA with MVC / JQuery / Razor

Notifications You must be signed in to change notification settings

Melhem86/Chat

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

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

Online demo: http://chat.theokand.com/


About

Chat room - SPA with MVC / JQuery / Razor

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PowerShell 72.6%
  • C# 13.8%
  • CSS 10.7%
  • JavaScript 2.8%
  • Classic ASP 0.1%