Turku, Finland
Eskelinkatu 6 B, 4. kerros, 20100 Turku
Welcome to our November meetup, hosted by twoday.
Registration opens here 13.11. at 12.00.
18.00 Doors open
18.10 Welcome from twoday
18.20 Sebastian Aarnio: The Internet in Real-Time: Demystifying WebSockets and WebRTC
18.50 Break
19.10 Matias Huhta: You might not need a framework
19.40 Socializing
20.30 Post-meetup discussions in a pub nearby
Sebastian Aarnio: The Internet in Real-Time: Demystifying WebSockets and WebRTC
Real-time communication on the web opens up interactive possibilities beyond just conference calls. In this talk, we'll explore the power of WebSockets and WebRTC, how they work, when to use each, and how they can make your applications responsive and more engaging. You’ll learn how WebRTC's peer-to-peer connections support more than video, along with tips and security considerations.
Through a live demo, we'll implement a web app that combines WebRTC and WebSockets, giving an example of combining the two browser-native technologies.
Matias Huhta - You might not need a framework
In this live-coding demonstration we'll go through some of the modern API's you can utilize in all evergreen browsers.
We'll discuss the pro's and cons of having a lower dependency count in your project and some recipes on making a no-build setup for your next web application.
The talk will include implementing most of the features most commonly utilized in popular frameworks / libraries like React and Vue.