- This project uses ASP.NET Core and Web Transport protocol to demonstrate real time communication.
- Read the supporting medium writeup here
- In order to run this project you'll need to install docker or podman with compose extensions
- Install all the frontend dependencies by running
npm install
fromCodeBuddy.WebApp/Frontend
- Run the frontend with
npm run dev
- Run the backend with
podman compose up
- Experience the collaboration magic.