/Collaborative-Text-Editing

CPSC416 Distributed Systems group project in 2015W2 at UBC

Primary LanguageGo

Instructions:

1. Run front-end.go with the specified arguments
2. Run replica.go in storage mode by inputting the replica id argument to be -1
3. Run replica.go in client mode by inputting the replica id argument to be any other string other than -1
4. Navigate to localhost:8080 in your browser to view the web app

Notes:
- To retrieve a specific document, specify the URL path: localhost:8080/doc/<document-id>