ripples1253 / Loki

A Management System for Spigot servers.
0 stars 0 forks source link

Use RabbitMQ instead of websockets for real-time communications & event sending. #1

Open ripples1253 opened 8 months ago

ripples1253 commented 8 months ago

This could also be an easier way to interface with spigot-server-microservice, as we can send all logs through an exchange and save them to a dated log file for that specific server.

ripples1253 commented 8 months ago

(https://www.rabbitmq.com/tutorials/tutorial-three-java.html)