starting poc for the peerjs stuff and slowly getting it but too complicated right now

This commit is contained in:
talksik
2022-05-03 10:01:14 -05:00
parent f19d36bb6f
commit a39eec7dad
8 changed files with 231 additions and 8 deletions
+3 -2
View File
@@ -55,8 +55,8 @@
[
"@electron-forge/plugin-webpack",
{
"port": "4000",
"loggerPort": "9003",
"port": "4001",
"loggerPort": "9004",
"mainConfig": "./webpack.main.config.js",
"devContentSecurityPolicy": "connect-src 'self' http://localhost:5000 ws://localhost:5000 'unsafe-eval'",
"renderer": {
@@ -124,6 +124,7 @@
"react-query": "^3.34.16",
"recoil": "^0.6.1",
"sass": "^1.51.0",
"simple-peer": "^9.11.1",
"socket.io-client": "^4.4.1"
}
}