mirror of
https://github.com/AlecM33/Werewolf.git
synced 2025-12-26 15:57:50 +01:00
Update README.md
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user