Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 278 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 278 Bytes

backend

Description

This is the backend for the game. It is a simple server that listens for events and sends them to the frontend.

Technologies

  • Node.js
  • Express
  • Socket.io
  • Zod

Run

npm install
npm run start