Update README.md

This commit is contained in:
Alec
2022-05-12 18:17:27 -04:00
committed by GitHub
parent 527a822839
commit 41330c5e7f

View File

@@ -41,8 +41,10 @@ The application prioritizes responsiveness. A key scenario would be when a group
This is a Node.js application. It is written purely using JavaScript/HTML/CSS. The main dependencies are
<a href="https://expressjs.com/">Express.js</a> and <a href="https://socket.io/">Socket.io</a>. It runs as a containerized application
via <a href='https://cloud.google.com/run'>Google Cloud Run</a>.
via <a href='https://cloud.google.com/run'>Google Cloud Run</a>. There is no data persisted in any database.
Currently there is one container instance, which is sufficient scaling at this time. In the event I need to scale to multiple containers, I will likely
integrate with a message queue like <a href='https://redis.io/'>Redis</a>.
## Contributing and Developers' Guide
### Running Locally