mirror of
https://github.com/docmost/docmost.git
synced 2025-11-12 12:42:38 +10:00
socket.io server init
* Make Hocuspocus collaboration websocket server (wsAdapter) work with socket.io * Create database module for TypeOrm
This commit is contained in:
@ -37,9 +37,10 @@
|
||||
"@nestjs/jwt": "^10.1.0",
|
||||
"@nestjs/mapped-types": "^2.0.2",
|
||||
"@nestjs/platform-fastify": "^10.2.4",
|
||||
"@nestjs/platform-socket.io": "^10.2.7",
|
||||
"@nestjs/platform-ws": "^10.2.4",
|
||||
"@nestjs/typeorm": "^10.0.0",
|
||||
"@nestjs/websockets": "^10.2.4",
|
||||
"@nestjs/websockets": "^10.2.7",
|
||||
"bcrypt": "^5.1.1",
|
||||
"class-transformer": "^0.5.1",
|
||||
"class-validator": "^0.14.0",
|
||||
@ -49,6 +50,7 @@
|
||||
"pg": "^8.11.3",
|
||||
"reflect-metadata": "^0.1.13",
|
||||
"rxjs": "^7.8.1",
|
||||
"socket.io": "^4.7.2",
|
||||
"typeorm": "^0.3.17",
|
||||
"uuid": "^9.0.0",
|
||||
"ws": "^8.14.1"
|
||||
|
||||
Reference in New Issue
Block a user