mirror of
https://github.com/AlecM33/Werewolf.git
synced 2025-12-26 15:57:50 +01:00
Merge branch 'master' of https://github.com/AlecM33/Werewolf
This commit is contained in:
@@ -50,7 +50,7 @@ You can:
|
|||||||
## Tech Stack
|
## Tech Stack
|
||||||
|
|
||||||
This is a Node.js application. It is written purely using JavaScript/HTML/CSS, with no front-end framework. The main dependencies are
|
This is a Node.js application. It is written purely using JavaScript/HTML/CSS, with no front-end framework. 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
|
<a href="https://expressjs.com/">Express.js</a>, <a href="https://socket.io/">Socket.io</a>, and <a href="https://www.npmjs.com/package//redis">Node-Redis</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>.
|
||||||
|
|
||||||
No data is stored persistently. The app is almost entirely stateless, with instances kept in sync via
|
No data is stored persistently. The app is almost entirely stateless, with instances kept in sync via
|
||||||
|
|||||||
Reference in New Issue
Block a user