-
e3dio updated
2 years ago
-
Using uWebsockets.js 20.1.0 on Node.js 16.12.0
Sample code:
```
const uWS = require('uWebSockets.js');
const fs = require('fs');
var sockets = {};
uWS.App().ws('/*', {
idleTimeout: …
jdelk updated
3 years ago
-
for video, i'd like to go with mediasoup & uwebsockets
- mediasoup v2 is a very fast SFU: https://webrtchacks.com/sfu-load-testing/
- it is just a node module (with all the critical stuff written in…
-
I'm trying to use the library in a worker thread, but I can't seem to do a graceful shutdown when the worker dies due to an uncaught exception. I've tried as many ways to handle this case as I could f…
-
I want to use uws with esbuild at nodejs. You know that uws is written in c++ so nodejs uses with binding and must import it as relative. I get "cannot find" error just for this reason. Because when i…
-
## Context
It sometimes happens when connecting a Client. (I'm using Unity)
I'm using a modified Colyseus MMO demo, upped the Colyseus Version to 0.14.20 and switched the Transport layer to uWebSock…
-
I read at nanoexpress faq about performance issue.
>**Why nanoexpress slower than express on my server**
>First, please, make sure your server has at least 2-cores and you not using any free hosti…
-
According latest perf tests, socket.io does not scale
-
Using the new CustomPlyrInstance example works great.
How can I use it with props for source and options? I see you set source at the top of the file outside of the component. If I used this code …
-
When using `app.get("/users/xx")`, both URLs should be accessible:
- `/users/xx`
- `/users/xx/`
endel updated
3 years ago