Add initial backend websocket gateway

This commit is contained in:
litoral05
2026-06-08 12:31:53 +01:00
parent 3a4d70672f
commit a27abfdafd
7 changed files with 530 additions and 5 deletions
+4
View File
@@ -91,6 +91,10 @@
<version>0.12.7</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-websocket</artifactId>
</dependency>
</dependencies>
<build>