vbhv
vbhv
TtRPC
Created by vbhv on 1/27/2025 in #❓-help
issue with compiling/building websocket server
this is fixed , thanks
4 replies
TtRPC
Created by vbhv on 1/27/2025 in #❓-help
issue with compiling/building websocket server
and my build scripts from package.json
"scripts": {
"build:1-next": "cross-env next build",
"build:2-server": "tsc --project tsconfig.server.json",
"build": "run-s clean build:*",
"scripts": {
"build:1-next": "cross-env next build",
"build:2-server": "tsc --project tsconfig.server.json",
"build": "run-s clean build:*",
4 replies
TtRPC
Created by vbhv on 6/28/2024 in #❓-help
websocket or sse
yes you right , but sse only supports server to client comm not vice versa right? im implementing a live transcription , where the user will get the transcript live while he speaks
15 replies