포시코딩

WebSocket(웹 소켓) - 작성중 본문

JavaScript

WebSocket(웹 소켓) - 작성중

포시 2023. 1. 9. 23:48
728x90

JavaScript에 넣을까

Node.js에 넣을까

 

 

 

noServer 옵션

const wss = new ws.Server({ noServer: true });

 

 

 

참고

https://www.reddit.com/r/node/comments/sfgmum/can_someone_kindly_explain_what_noserver_mode/

 

Can someone kindly explain what noServer mode actually means in this websocket constructor?

* I am trying to setup websocket with ws library * In the documentation here, [it talks about noServer...

www.reddit.com

 

728x90