diff --git a/app.js b/app.js
index 2a61a050005eaa01527d9181e7390f27834c0b6b..48164634a9b371f20eb77a1959567ebbc9146707 100644
--- a/app.js
+++ b/app.js
@@ -402,8 +402,10 @@ app.get('/auth/status', authenticateToken, (req, res) => {
     });
   });
   
+  //공동 작업 가능 소켓
 const server = https.createServer(sslOptions, app);
 const wss = new WebSocketServer(server);
+const ws = new WebSocket('wss://localhost:8000');
 
 
 // app.listen(process.env.PORT, () => {