/chatapp

Chat application using signalr with database in ASP.NET MVC

Primary LanguageJavaScript

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.