-
# Audit request
U Network is a decentralized content asset storage, notarization, distribution, publishing and valuation network based on the blockchain.
https://u.network/
# Source code
https:/…
-
Please add an install target that installs the headers under ```include/uWebSockets```.
-
Because of native nature of your library it's impossible for IDEs to list methods of req and res objects. Also it's impossible to get methods and properties of this objects via Object.enties or Object…
-
When websocket gets closed because of maxPayloadLength exceeded, it closes with 1006 and empty reason data.
Would it be possible to have option to turn on details for close reasons?
I would like…
ghost updated
4 years ago
-
Hello, I'm logging these 4 kind of errors via PM2 few times a day, that are crashing the NodeJs script:
`munmap_chunk(): invalid pointer`
`double free or corruption (!prev)`
`double free or corru…
-
Is there any best practice for implementing websockets authorization with uWS?
In previous versions of the library it was possible to check a bearer token in the req.headers of the initial HTTP requ…
-
Run the below mentioned code from node in REPL mode
```js
const uWS = require('uWebSockets.js');
const HTTP_LISTEN_PORT = 9001
function httpHandler(res, req) {
res.end('Nothing to see here!…
-
Hello
how can i get ip of peer in FastTracker.processMessage(json, peer) ?
-
Hi there,
Loving the simplicity of this library. I've just got a couple issues I'd like some clarification on.
How do I catch errors that occur inside my async function for my endpoint.
For e…
-
'''
throw new Error('Compilation of µWebSockets has failed and there is no pre-compiled binary ' +
^
Error: Compilation of µWebSockets has failed and there is no pre-compiled binary a…