Build a real-time voting app with WebSockets, React & TypeScript 🔌⚡️
TL;DR
WebSockets allow your app to have “real time” features, where updates are instant because they’re passed on an open, two-way channel.
This is different from CRUD apps, which usually use HTTP requests that must establish a connection, send a req...
wasp-lang.hashnode.dev20 min read
Kavir Kaycee
Product Leader
Good read!