feat: add websocket server endpoint for theta-agent

This commit is contained in:
2026-08-02 01:39:45 -04:00
parent 36aa114d7c
commit b948cd8625
5 changed files with 71 additions and 0 deletions
+3
View File
@@ -43,6 +43,9 @@ app.onListen.push(function(){
// socket.broadcast.emit('P2PSub', msg);
});
});
// Initialize Theta Agent WebSockets
require('./routes/api_agent')(app);
});
// Gzip text responses (HTML/JS/CSS/JSON). The admin UI loads ~13 separate,