Update README.md

This commit is contained in:
vincanger 2024-06-24 16:05:14 +02:00
parent e329055d99
commit b68aba3219

View File

@ -2,6 +2,8 @@
This is an example real-time, Websockets app built with Wasp in TypeScript to showcase the ease of use and integration of Websockets in Wasp. It's really NEAT!
It is also a part of a tutorial, [How to build a real-time voting app with WebSockets, React, & Typescript](https://wasp-lang.dev/blog/2023/08/09/build-real-time-voting-app-websockets-react-typescript).
[![wasp websockets app](image.png)](https://www.youtube.com/watch?v=Twy-2P0Co6M)
You can try out a deployed version of the app here: https://websockets-client-production.up.railway.app/
@ -40,6 +42,8 @@ Check out the `src/server/websocket.ts` and `src/client/pages/MainPage.tsx` to s
## Need Help?
Read the tutorial: [How to build a real-time voting app with WebSockets, React, & Typescript](https://wasp-lang.dev/blog/2023/08/09/build-real-time-voting-app-websockets-react-typescript).
Wasp Docs: https://wasp-lang.dev/docs
Feel free to join our [Discord server](https://discord.gg/rzdnErX) and ask questions there. We are happy to help!