MCPcopy Create free account
hub / github.com/parse-community/parse-server / start

Method start

src/Adapters/WebSocketServer/WSAdapter.js:17–22  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

15 onConnection(ws) {}
16 onError(error) {}
17 start() {
18 const wss = new WebSocketServer({ server: this.options.server });
19 wss.on('listening', this.onListen);
20 wss.on('connection', this.onConnection);
21 wss.on('error', this.onError);
22 }
23 close() {}
24}
25

Callers 3

createServerMethod · 0.45
handleFileStreamMethod · 0.45
constructorMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected