Socket.io server, works by simply broadcasting all client messages to the other clients
  • TypeScript 59.6%
  • Dockerfile 40.4%
Find a file
neshura abae4bdbb7
All checks were successful
Build and Release Docker Image / check-tag (push) Successful in 21s
Build and Release Docker Image / build (push) Successful in 7m17s
Build and Release Docker Image / release (push) Successful in 36s
Fix yarn install missing
2025-12-30 12:55:14 +00:00
.forgejo/workflows Initial Commit 2025-12-30 12:21:18 +00:00
.idea Fix yarn install missing 2025-12-30 12:55:14 +00:00
.gitignore Initial commit 2025-12-30 12:16:25 +00:00
Dockerfile Fix yarn install missing 2025-12-30 12:55:14 +00:00
index.ts Initial Commit 2025-12-30 12:21:18 +00:00
package.json Fix yarn install missing 2025-12-30 12:55:14 +00:00
README.md Initial commit 2025-12-30 12:16:25 +00:00
tsconfig.json Initial Commit 2025-12-30 12:21:18 +00:00
yarn.lock Initial Commit 2025-12-30 12:21:18 +00:00

socket_server

Socket.io server, works by simply broadcasting all client messages to the other clients