Skip to content

Sockets, Event Streaming, Queuing and Modularity of Distributed Systems case study

Notifications You must be signed in to change notification settings

ricardocr987/againstAll

Repository files navigation

TO-DO:

Notas:

  • En el front solo se ve el estado de la partida, los jugadores se mueven como antes
  • Configurar certificado del servidor https (front-end)

Software necesario:

  • Node.js (16.17.1)
  • npm (8.15.0)
  • Docker (20.10.17)

Steps to deploy:

  1. Open docker app
  2. docker-compose up -> to deploy kafka
  3. ./create-topics.sh -> para crear los topics de la queue de kafka
  4. modificar los puertos y las IPs desde el archivo env.default -> crea variables de entorno (ipconfig red: adaptador ethernet ipv4)
  5. npm run start -> instala dependencia y transpila el codigo
  6. npm run start:registry -> ejecuta el codigo transpilado de registry
  7. npm run start:engine
  8. npm run start:player
  9. cd react-againstall -> front end
  10. npm i && npm run start -> install dependencies and run localhost:3000

About

Sockets, Event Streaming, Queuing and Modularity of Distributed Systems case study

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published