<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Socket.io on CodingBlast</title><link>https://codingblast.com/tags/socket.io/</link><description>Recent content in Socket.io on CodingBlast</description><generator>Hugo</generator><language>en-US</language><lastBuildDate>Fri, 12 May 2017 22:22:44 +0000</lastBuildDate><atom:link href="https://codingblast.com/tags/socket.io/index.xml" rel="self" type="application/rss+xml"/><item><title>RxJS - Part 6 - Chat application with RxJS</title><link>https://codingblast.com/rxjs-chat-application-angular-socket-io/</link><pubDate>Fri, 12 May 2017 07:36:06 +0000</pubDate><guid>https://codingblast.com/rxjs-chat-application-angular-socket-io/</guid><description>&lt;h2 id="introduction"&gt;Introduction&lt;/h2&gt;
&lt;p&gt;In the &lt;a href="https://codingblast.com/rxjs/"&gt;first post&lt;/a&gt; of RxJS series we talked about reactive programming and benefits or RxJS. &lt;a href="https://codingblast.com/rxjs-observable/"&gt;Second post&lt;/a&gt; covered Observable and how we can effectively use and manipulate Observables. After that, in &lt;a href="https://codingblast.com/rxjs-operators/"&gt;third post&lt;/a&gt; we tried to get familiar with RxJS operators. We tried to briefly cover the &lt;a href="https://codingblast.com/rxjs-error-handling/"&gt;error handling&lt;/a&gt; subject in the &lt;a href="https://codingblast.com/rxjs-error-handling/"&gt;fourth post&lt;/a&gt;.&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>