MCPcopy
hub / github.com/socketio/socket.io / index.js

File index.js

examples/cluster-nginx/server/index.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1const express = require('express');
2const app = express();
3const server = require('http').createServer(app);
4const io = require('socket.io')(server);

Callers

nothing calls this directly

Calls 7

createClientFunction · 0.85
createAdapterFunction · 0.85
adapterMethod · 0.80
listenMethod · 0.80
emitMethod · 0.65
useMethod · 0.45
onMethod · 0.45

Tested by

no test coverage detected