websocket #1218
websocket
#1218
-
how to create websocket with peerjs |
Beta Was this translation helpful? Give feedback.
Answered by
jonasgloning
Feb 8, 2023
Replies: 0 comments 4 replies
-
I create a listen port var fs = require('fs');
var PeerServer = require('peer').PeerServer;
var server = PeerServer({
port: 9000,
path:"/"
}); But I cant use the ws://localhost:9000 |
Beta Was this translation helpful? Give feedback.
0 replies
-
Did you resolve this? |
Beta Was this translation helpful? Give feedback.
0 replies
-
no, I dont solve it. |
Beta Was this translation helpful? Give feedback.
0 replies
-
The web socket is reachable on the path |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
jonasgloning
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The web socket is reachable on the path
/peerjs
.