Skip to content

Chat application using signalr with database in ASP.NET MVC

Notifications You must be signed in to change notification settings

asilmertkan/chatapp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chat application using signalr with database in ASP.NET MVC

In this application I want to show how to chatting in asp.net using SignalR. The chatting data will store in the database. User online offline status will also be store in database.

How to create database

When you put a valid connection string of empty database in web config then it will create whole database automatically while first database connection.

About

Chat application using signalr with database in ASP.NET MVC

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 56.4%
  • C# 19.3%
  • HTML 12.1%
  • Less 10.7%
  • CSS 1.5%