<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: sudoshreyas</title>
    <description>The latest articles on DEV Community by sudoshreyas (@sudoshreyas).</description>
    <link>https://dev.to/sudoshreyas</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F67607%2F26478962-e343-435c-a938-744b1c339450.png</url>
      <title>DEV Community: sudoshreyas</title>
      <link>https://dev.to/sudoshreyas</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/sudoshreyas"/>
    <language>en</language>
    <item>
      <title>passport.js deserializeUser working for webapp but not for android app</title>
      <dc:creator>sudoshreyas</dc:creator>
      <pubDate>Fri, 29 Jun 2018 23:07:24 +0000</pubDate>
      <link>https://dev.to/sudoshreyas/passportjs-deserializeuser-working-for-webapp-but-not-for-android-app-3p5n</link>
      <guid>https://dev.to/sudoshreyas/passportjs-deserializeuser-working-for-webapp-but-not-for-android-app-3p5n</guid>
      <description>&lt;p&gt;Heyy I am using passport.js local strategy for authentication.The code is working accordingly for webapp or from any browser but when i send a POST request from mobile app then it is not able to deserilize the user .What could be possible issues with this?&lt;/p&gt;

</description>
      <category>help</category>
    </item>
    <item>
      <title>SOCKET.IO real time notificaion </title>
      <dc:creator>sudoshreyas</dc:creator>
      <pubDate>Sun, 17 Jun 2018 08:20:20 +0000</pubDate>
      <link>https://dev.to/sudoshreyas/socketio-real-time-notificaion--39f1</link>
      <guid>https://dev.to/sudoshreyas/socketio-real-time-notificaion--39f1</guid>
      <description>&lt;p&gt;what i am trying to implement is the real time notification.&lt;/p&gt;

&lt;p&gt;Things which are working accordingly are&lt;/p&gt;

&lt;p&gt;1.Able to send request&lt;br&gt;
2.Data fetched by server and hence db updates&lt;br&gt;
3.Notification is real time&lt;/p&gt;

&lt;p&gt;The problem I am facing is:&lt;br&gt;
Once the user is connected to a particular room say  localhost:3000/user/user123 then the user123 (logged in user) is able to get its notification for the request but once i change the room say i visit localhost:3000/ the notification vanishes.&lt;/p&gt;

&lt;p&gt;What I expect it to be doing:&lt;br&gt;
I want that irrespective of the room or any page in the website the user is at he should get the notification.&lt;/p&gt;

&lt;p&gt;Here is the code:&lt;br&gt;
server side-&lt;a href="https://pastebin.com/cAAKwMXj"&gt;https://pastebin.com/cAAKwMXj&lt;/a&gt;&lt;br&gt;
client side-&lt;a href="https://pastebin.com/yeVgP5vW"&gt;https://pastebin.com/yeVgP5vW&lt;/a&gt;&lt;/p&gt;

</description>
      <category>discuss</category>
    </item>
    <item>
      <title>Real time non-push notification in nodejs</title>
      <dc:creator>sudoshreyas</dc:creator>
      <pubDate>Thu, 07 Jun 2018 07:58:45 +0000</pubDate>
      <link>https://dev.to/sudoshreyas/real-time-non-push-notification-in-nodejs-kk5</link>
      <guid>https://dev.to/sudoshreyas/real-time-non-push-notification-in-nodejs-kk5</guid>
      <description>&lt;p&gt;Can someone help me to design notification in Node.js and MySQL? The notification should not be push notification but real time i.e I want to store it as well like Facebook etc.&lt;/p&gt;

</description>
      <category>discuss</category>
    </item>
    <item>
      <title>AJAX with nodejs and mysql</title>
      <dc:creator>sudoshreyas</dc:creator>
      <pubDate>Thu, 07 Jun 2018 07:56:32 +0000</pubDate>
      <link>https://dev.to/sudoshreyas/ajax-with-nodejs-and-mysql-53jh</link>
      <guid>https://dev.to/sudoshreyas/ajax-with-nodejs-and-mysql-53jh</guid>
      <description>&lt;p&gt;can someone please suggest the way or some tutorials to implement ajax for nodejs with mysql?&lt;/p&gt;

</description>
      <category>discuss</category>
    </item>
  </channel>
</rss>
