Click here to Skip to main content
15,889,266 members
Articles / Programming Languages / Javascript

Chat Application Using ASP.NET, ReactJS, Web API, SignalR and Gulp

Rate me:
Please Sign up or sign in to vote.
4.88/5 (10 votes)
15 May 2016CPOL11 min read 43.2K   22  
A simple chat application built in ASP.NET environment using a variety of technologies
In this article, we will build an application that enables multiple clients to have a group chat. This application is created using ReactJS, ASP.NET Web Forms, Web API and SignalR. The UI is created by using React components, which use Web API to send the messages to the server and SignalR broadcasts it to all the clients so that they can receive the updated information about messages and users.

Views

Daily Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer (Senior)
India India
Just a regular guy interesting in programming, gaming and a lot of other stuff Smile | :)

Please take a moment to visit my YouTube Channel and subscribe to it if you like its contents!
My YouTube Channel

Don't be a stranger! Say Hi!!

Cheers!

Comments and Discussions