Use uWebSockets with my own httpServer implementation

Viewed 92

I have a NodeJs application and I want to use uWebSockets. The problem is that I have a predefined custom HTTP server that I must use. I wanted to know if its possible to inject our custom HTTP server to uWebSockets

1 Answers

It doesn't seems that uWebSockets supports the HTTP object of NodeJS

Related