Program With Erik

About

Blog

This site is my tutorials, rantings and musings on software development, with a focus on JavaScript, Ember.js, Vue.js and Node.js.

Jan 10 2017 on Node.js, Socket.IO, Web Sockets

Getting Started with Socket.IO, Node.js and Express

Socket.IO enables real-time event-based communication between one or more clients and a server. It works on every platform, browser or device and is fast and reliable. It's often used in analytics, document collaboration, streaming and instant messaging. Socket.IO is smart, it uses WebSockets if available. If not it…

continue reading →
Page 1 of 1