diff --git a/examples/websockets-realtime-voting/README.md b/examples/websockets-realtime-voting/README.md index c7843df7f..20b0b0e84 100644 --- a/examples/websockets-realtime-voting/README.md +++ b/examples/websockets-realtime-voting/README.md @@ -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! \ No newline at end of file