Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 605 Bytes

Readme.md

File metadata and controls

9 lines (8 loc) · 605 Bytes

Web Transport Real Time Collaboration

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