Added socket.io

This commit is contained in:
2024-07-31 19:01:55 -04:00
parent fc66225cf5
commit 441e372987
23 changed files with 551 additions and 151 deletions
+5
View File
@@ -0,0 +1,5 @@
const {PubSub} = require('p2psub');
ps = new PubSub();
module.exports = ps;