philtrin7 / pythonyoga-project

Pythonyoga - Build Your Own On-demand Delivery System with Python & PWA
0 stars 0 forks source link

Section 16 - Web Socket #82

Open philtrin7 opened 3 years ago

philtrin7 commented 3 years ago
philtrin7 commented 3 years ago

Use event listeners to help execute the send function when certain events are met (ie. WebSocket's readyState changes to Open). In this case, onopen event listener.

Link 1 Link 2