Socket.IO integration #281
Answered
by
ghost
cesarlima-hotmart
asked this question in
Q&A
-
Can I integrate it with socket.io as uws could before? const http = require('http');
const express = require('express');
const socketIO = require('socket.io');
const uws = require('uws');
const app = express();
const server = http.Server(app);
const io = socketIO(server);
io.ws = new uws.Server({ perMessageDeflate: false }); |
Beta Was this translation helpful? Give feedback.
Answered by
ghost
Mar 6, 2020
Replies: 1 comment
-
You can replace Socket.IO. https://github.com/uNetworking/pubsub-benchmark |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can replace Socket.IO. https://github.com/uNetworking/pubsub-benchmark