-
Course
- Core Tech
Real-time Communication with WebSockets
This course will teach you how to use the WebSockets protocol to message data in web applications between clients and servers with real-time, persistent connections.
What you'll learn
Unlike HTTP connections, WebSockets allow you to maintain persistent connections between a client and server to message data in real-time.
In this course, Real-time Communication with WebSockets, you'll learn how to use the WebSockets protocol to message data in web applications. First, you’ll explore the differences between the HTTP and WebSockets protocols. Next, you’ll learn how to create a basic WebSocket client and server using the ws package and browser APIs. Finally, you’ll see an example of building a scoreboard application that uses WebSockets to update scores in real-time. When you’re finished with this course, you’ll have the skills and knowledge of WebSockets needed to create persistent, real-time features in your web applications.
Table of contents
About the author
Jon is an author, developer, and Pluralsight team member via codeschool.com. Lately, he's been working on content and products that help authors create content efficiently. Prior to that, he worked for several years on interactive learning at Code School, and later helped bring that to Pluralsight as Interactive Content.
More Courses by Jon