A WebSocket-enabled virtual networking application with collaboration features for friends, hobby groups, or professional teams.
Colyseus Service: https://little-offices.herokuapp.com/colyseus/#/
Web Client: https://dcgcucapstone.netlify.app/
In case of outage, here is the latest video going over basic functionality: Loom Link
Start by installing dependencies:
- In root (for server):
yarn - Types:
cd types && yarn - Client:
cd client && yarn
Then, in two separate terminals, execute:
- In ./client,
yarn dev - In root,
yarn start
You can view the connection status and resource usage of the Colyseus server by opening http://localhost:2567/colyseus.
The web app will be running at: http://localhost:5173/
- Colyseus
- React-Three-Fiber
- WBO Whiteboard
All planning docs, test cases, functional/nonfunctional stories, etc. are contained in the planning-docs directory.