<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Chat on CodingBlast</title><link>https://codingblast.com/tags/chat/</link><description>Recent content in Chat on CodingBlast</description><generator>Hugo</generator><language>en-US</language><lastBuildDate>Tue, 27 Dec 2022 01:58:41 +0000</lastBuildDate><atom:link href="https://codingblast.com/tags/chat/index.xml" rel="self" type="application/rss+xml"/><item><title>ASP.NET Core SignalR Chat with React.js</title><link>https://codingblast.com/asp-net-core-signalr-chat-react/</link><pubDate>Fri, 17 Nov 2017 23:39:39 +0000</pubDate><guid>https://codingblast.com/asp-net-core-signalr-chat-react/</guid><description>&lt;h2 id="introduction"&gt;Introduction&lt;/h2&gt;
&lt;p&gt;In one of the last posts, we saw how we can make a simple chat with &lt;a href="https://codingblast.com/asp-net-core-signalr-chat-angular/"&gt;ASP.NET Core SignalR and Angular 5&lt;/a&gt;. This time, we will use the same code from the backend and swap Angular with React on the frontend.&lt;/p&gt;</description></item><item><title>ASP.NET Core SignalR Chat with Angular 5</title><link>https://codingblast.com/asp-net-core-signalr-chat-angular/</link><pubDate>Tue, 14 Nov 2017 08:19:52 +0000</pubDate><guid>https://codingblast.com/asp-net-core-signalr-chat-angular/</guid><description>&lt;h2 id="introduction"&gt;Introduction&lt;/h2&gt;
&lt;p&gt;In one of the &lt;a href="https://codingblast.com/asp-net-core-signalr-simple-chat/"&gt;previous&lt;/a&gt; posts, we saw how we can make a simple chat with ASP.NET Core SignalR. It takes about 5-10 mins for someone who is familiar with the environment and ASP.NET Core. Or even less.&lt;/p&gt;</description></item><item><title>ASP.NET Core SignalR - Simple chat</title><link>https://codingblast.com/asp-net-core-signalr-simple-chat/</link><pubDate>Mon, 07 Aug 2017 06:03:05 +0000</pubDate><guid>https://codingblast.com/asp-net-core-signalr-simple-chat/</guid><description>&lt;h2 id="update"&gt;&lt;em&gt;Update&lt;/em&gt;&lt;/h2&gt;
&lt;p&gt;The code has been updated to use latest SignalR - 6 which works with ASP.NET Core 6&lt;/p&gt;
&lt;p&gt;Link to GitHub repository: &lt;a href="https://github.com/Ibro/SignalRSimpleChat"&gt;https://github.com/Ibro/SignalRSimpleChat&lt;/a&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Angular 5 version: &lt;a href="https://codingblast.com/asp-net-core-signalr-chat-angular/"&gt;here&lt;/a&gt;&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;React.js version:&lt;/strong&gt; &lt;a href="https://codingblast.com/asp-net-core-signalr-chat-react/"&gt;&lt;strong&gt;here&lt;/strong&gt;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="introduction"&gt;Introduction&lt;/h2&gt;
&lt;p&gt;In the &lt;a href="https://codingblast.com/asp-net-core-signalr/"&gt;last post&lt;/a&gt;, we briefly mentioned what SignalR is all about and talked about the history of the SignalR.&lt;/p&gt;</description></item><item><title>Chat Application with Angular and Socket.IO</title><link>https://codingblast.com/chat-application-angular-socket-io/</link><pubDate>Mon, 08 May 2017 06:47:39 +0000</pubDate><guid>https://codingblast.com/chat-application-angular-socket-io/</guid><description>&lt;h2 id="introduction"&gt;Introduction&lt;/h2&gt;
&lt;p&gt;We will use RxJS, Angular, express (Node.js) &amp;amp; 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 &lt;a href="https://codingblast.com/angular-cli/"&gt;Angular CLI&lt;/a&gt; to generate basic client structure and get us a boilerplate for simplest working Angular application. On the back-end we will use &lt;em&gt;Node.js&lt;/em&gt; with &lt;em&gt;express&lt;/em&gt; and &lt;em&gt;Socket.IO&lt;/em&gt;. Reasoning behind this is that Socket.IO is very easy to set up and work with. Furthermore, it provides both server and client side libraries. Socket.IO primarily uses WebSocket protocol to enable real-time bidirectional communication.&lt;/p&gt;</description></item></channel></rss>