illustration for Vue and Socket.io for Real-Time Communication
pro

Vue and Socket.io for Real-Time Communication

Instructor

Mark Barton

49m closed-captioning
·
9 lessons
Star icon$$$
Star icon$$$
Star icon$$$
Star icon$$$
Star icon$$$
4.4
111
people completed
Published 6 years ago
|
Updated 9 months ago

Modern applications know how to keep users informed of realtime updates through notifications, popups, and other messages.

On the development side, the ability to not only create web apps but have them communicate in realtime is a quirky, standout skill for your resume. It’s interesting, useful, and powerful.

In this course, Mark Barton will show you how to use Socket.io to facilitate bi-directional client-server communication and notifications using Vue on the frontend. Socket.io is a JS library that connects a client-side library to a node.js server. In the course, you’ll see how to use Socket.io to broadcast simultaneously to all or targeted clients based on filters you set up — so the right people see the right message at the right time.

You’ll learn to set up and connect Socket.io with node.js and Vue, and you’ll get practice making informed, complex architectural decisions around realtime broadcast messaging.

What you'll learn:

  • Configuring a client for realtime communication
  • Broadcasting messages to one or many clients
  • Filtering messaging while targeting specific clients
  • Identifying and grouping clients
  • Triggering side effects
  • Client-client, client-server, and server-server communication

Prerequisites:

  • Some basic understanding of JavaScript, HTML, and CSS
  • Familiarity with Vue, npm and node, and express servers is recommended
  • No previous experience with realtime communication libraries needed!