Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 782 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 782 Bytes

YewChat 💬

Source code for Let’s Build a Websocket Chat Project With Rust and Yew 0.19 🦀

Install

  1. Install the required toolchain dependencies: npm i

  2. Follow the YewChat post!

Branches

This repository is divided to branches that correspond to the blog post sections:

  • main - The starter code.
  • routing - The code at the end of the Routing section.
  • components-part1 - The code at the end of the Components-Phase 1 section.
  • websockets - The code at the end of the Hello Websockets! section.
  • components-part2 - The code at the end of the Components-Phase 2 section.
  • websockets-part2 - The code at the end of the WebSockets-Phase 2 section.