Building a live chat app with #SolidStart and #websockets
WebSockets provide a persistent, bidirectional communication channel between a client and server, enabling real-time data exchange without the need for repeated HTTP requests.
Chapters:
========
00:00 Intro
00:48 What are we're going to do
1:26 Finished app and the codebase
1:58 Quick demo
2:19 Configure app build (app.config.ts)
3:39 WebSocket Server
9:08 Creating the route and calling adding the ClientOnly component
10:12 Creating the WebSocket client with Solid primitives
13:05 Adding the JSX to render the UI
14:40 Final demo/test
15:20 Q&A: send me your questions
📖 Official documentation:
https://docs.solidjs.com/solid-start/...