Skip to content

Exercises for the Complete Intro to Realtime as taught for Frontend Masters

Notifications You must be signed in to change notification settings

momensalama/realtime-exercises

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a simple real chat app.

This project implements real-time communication channels between browsers and servers using two fundamental techniques: long-polling and WebSockets. I started building this project from the ground up before exploring higher-level abstractions like websocket.io.

app-img

About

Exercises for the Complete Intro to Realtime as taught for Frontend Masters

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 65.5%
  • HTML 30.8%
  • CSS 3.7%