Coder Social home page Coder Social logo

hiteshsahu / signalr2-chatapp-mvc- Goto Github PK

View Code? Open in Web Editor NEW
2.0 2.0 4.0 9 MB

Real-time chat application created with ASP.NET SignalR 2 in an MVC 5 application and create a chat view to send and display messages.

License: Apache License 2.0

C# 3.39% CSS 25.15% ASP 0.02% HTML 0.82% JavaScript 70.62%
signalr chat-application csharp material-design materializecss visual-studio

signalr2-chatapp-mvc-'s Introduction

SignalR2 Responsive ChatApp in MVC

Hitesh Sahu

SignalR is Microsoft's counter part for Google's Firebase. This repo is an attempt to collect all of my learnings as Microsoft's documentation is a big time mesh.

Why SignalR

SignalR takes advantage of several transports, automatically selecting the best available transport given the client's and server's best available transport.
SignalR also takes advantage of WebSocket(HTML5 API that enables bi-directional communication between the browser and server) SignalR will use WebSockets under the covers when it's available, and gracefully fall back to other techniques and technologies when it isn't, while the application code remains the same.

What this project does

This project is a Real-time chat Application created with ASP.NET SignalR 2 in an MVC 5 application. This project uses HTML5 and JQuery as frontend language and C# SignalR as backend. Anyone can join group chat and join conversation. Any change in DataSet will be notified to all subscribers. You will need below software to build this project

  • Visual Studio 2013
  • .NET 4.5
  • MVC 5
  • SignalR version 2

Hitesh Sahu

How To Build

  • Right click on project and open it with visual studio 2013. Give it some time to resolve dependencies and then simply hit F5 to execute code, That's it

signalr2-chatapp-mvc-'s People

Contributors

hiteshsahu avatar

Stargazers

BIGDREAMS avatar Raúl Domínguez avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.