feat: connect to the broadcast port instead of default + improve performance

feat: the daemon now will not spawn tens of processes to handle requests, but will handle everything within one process (the implementation can still improve, but this is a big step)
This commit is contained in:
Pato05
2025-10-14 01:52:23 +02:00
committed by Matt Hensman
parent 381a9afada
commit 3e7d455f2b
12 changed files with 1510 additions and 2066 deletions

View File

@@ -4,7 +4,6 @@
"requires": true,
"packages": {
"": {
"name": "bridge",
"dependencies": {
"bplist-creator": "^0.1.0",
"bplist-parser": "^0.3.1",