Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | ||||
4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 | 12 | 13 | 14 | 15 | 16 | 17 |
18 | 19 | 20 | 21 | 22 | 23 | 24 |
25 | 26 | 27 | 28 | 29 | 30 | 31 |
Tags
- Queue
- class
- 정렬
- 공룡게임
- MySQL
- flask
- TypeScript
- nestjs
- MongoDB
- 자료구조
- Nest.js
- jest
- Bull
- mongoose
- Express
- Dinosaur
- react
- game
- GIT
- cookie
- AWS
- nodejs
- JavaScript
- 게임
- Python
- OCR
- typeORM
- Sequelize
- dfs
Archives
- Today
- Total
포시코딩
WebSocket(웹 소켓) - 작성중 본문
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
'JavaScript' 카테고리의 다른 글
[TypeScript][노마드코더] #2 OVERVIEW OF TYPESCRIPT 정리(2) (0) | 2023.01.17 |
---|---|
[TypeScript][노마드코더] #2 OVERVIEW OF TYPESCRIPT 정리(1) (0) | 2023.01.17 |
String.padEnd(), padStart() (0) | 2022.12.20 |
모듈(Module) (0) | 2022.12.13 |
자바스크립트 동기/비동기, 블로킹/논블로킹, async/await 관련 (0) | 2022.12.12 |