Tag Archives forchat

ASP.NET Core SignalR – Simple chat

Update The code has been updated to use latest SignalR – 6 which works with ASP.NET Core 6 Link to GitHub repository: https://github.com/Ibro/SignalRSimpleChat Angular 5 version: here React.js version: here   Introduction In the last post, we briefly mentioned what SignalR is all about and talked about the history of the SignalR. In this post, […]

Continue reading

Chat Application with Angular and Socket.IO

Introduction We will use RxJS, Angular, express (Node.js) & Socket.IO to make a chat application. We will get to see how useful RxJS can be in this scenario. For the purpose of making things smooth and easy we will be using Angular CLI to generate basic client structure and get us a boilerplate for simplest […]

Continue reading