Jamerrone

Making a web app is fun and all, but the real fun starts when you create a connection between the server and (multiple) users. During this course, we will use websockets to establish this connection. We will receive data from an API, and use this to display the right content to the right user.
Hallo
During this course you'll learn to use Socket.io to establish a connection between the browser and the server. You'll combine your knowledge from other courses and your newly aqquired skills from this course to create a progressive web app that retrieves live data from an API, and display the data to the user.
Week 1
Set up your very own development environment and build/deploy a basic app
Week 2
Learn about client-server communication and connect with a real-time data source
Week 3
Finishing the project