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

Vue and Socket.io for Real-Time Communication

Instructor

Mark Barton
49m closed-captioning
Star icon$$$
Star icon$$$
Star icon$$$
Star icon$$$
Star icon$$$
4.4
111
people completed
Bookmark
Download
RSS

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!

Learner Reviews

  • Jay Ormsby
    4 years ago
    Star icon$$$
    Star icon$$$
    Star icon$$$
    Star icon$$$
    Star icon$$$
    What did you like about this course?

    Very well done! Really like this presenter. It went fast, but I was never lost. Things were well explained. I got a great handle on the subject with just an hour’s commitment.

    I appreciate the time saved by the instructor copy/pasting rather than having to sit thru him typing everything.

    I appreciate the sketch overview that was made available as well.

    Thank you so much. I hope you have other courses on here 🙂

    10 out of 10 for Mark!

  • SergioEanX
    4 years ago
    Star icon$$$
    Star icon$$$
    Star icon$$$
    Star icon$$$
    Star icon$$$
    What would make this collection a 7 for you?

    Quite clear and complete. Collection is well structured.

  • IT ONIO
    5 years ago
    Star icon$$$
    Star icon$$$
    Star icon$$$
    Star icon$$$
    Star icon$$$
    What was your strongest take away from this course?

    Hello, it is great tutorial for users who has no experiences with socket.io I expected more, for example (how can I test it in jest). Maybe How can I use message adaptor and other useful things.

  • Pablo Jose
    5 years ago
    Star icon$$$
    Star icon$$$
    Star icon$$$
    Star icon$$$
    Star icon$$$
    What did you like about this course?

    This is an amazing course, thanks you very much!

  • Alexander Lopez
    5 years ago
    Star icon$$$
    Star icon$$$
    Star icon$$$
    Star icon$$$
    Star icon$$$
    What was your strongest take away from this course?

    is kinda good, but skip too much steps to install and run

  • Mich
    5 years ago
    Star icon$$$
    Star icon$$$
    Star icon$$$
    Star icon$$$
    Star icon$$$
    What did you like about this course?

    No time wasting, on point, helpful examples.

Course Content

49m • 9 lessons

    You might also like these resources:

    illustration for Introduction to Cloudflare Workers

    Introduction to Cloudflare Workers

    Kristian Freeman・36m・Course

    Become familiar with the Workers CLI wrangler that we will use to bootstrap our Worker project. From there you'll understand how a Worker receives and returns requests/Responses. We will also build this serverless function locally for development and deploy it to a custom domain.

    illustration for Create an eCommerce Store with Next.js and Stripe Checkout

    Create an eCommerce Store with Next.js and Stripe Checkout

    Colby Fayock・1h 4m・Course

    This is a practical project based look at building a working e-commerce store using modern tools and APIs. Excellent for a weekend side-project for your developer project portfolio

    illustration for Practical Git for Everyday Professional Use

    Practical Git for Everyday Professional Use

    Trevor Miller・1h・Course

    git is a critical component in the modern web developers tool box. This course is a solid introduction and goes beyond the basics with some more advanced git commands you are sure to find useful.