Skip to main content
1 vote
2 answers
221 views

Gentoo Linux. Node v22.13.1. bun --watch ./uws/uws.js 17 | 18 | module.exports = (() => { 19 | try { 20 | return require('./uws_' + process.platform + '_' + process.arch + '_' + ...
CodeGust's user avatar
  • 864
0 votes
1 answer
141 views

Whenever a new client connects, a new std::string instance is created in heap inside the .message callback and set with a value sent by the client (the message object). I can see the memory (RSS tab) ...
falero80s's user avatar
  • 428
1 vote
1 answer
530 views

I'm tyring to create a minimal example of a server/client using the uwebsocket lib. On my attempt below the server is getting on, it outputs "Server listening on port 9001", but the client ...
Laila's user avatar
  • 73
0 votes
2 answers
289 views

I'm trying to build a project which links to openssl Using CMake. I'm getting errors at the linking stage. One of the shared libraries cannot find certain openssl functions even tho that shared ...
Tom Shaw's user avatar
0 votes
1 answer
115 views

I've been trying for hours to make the uWebSockets library work but I have no clue now. When using this code: #include <App.h> struct UserData { }; int main() { uWS::App().ws<UserData&...
Haumikj Haumer's user avatar
0 votes
1 answer
312 views

I'm developing a websoscket server for an embedded system. The requirements are very simple: send updates to a list of signals ids the webapp subscribes to. Everything works fine until the crash ...
Simone's user avatar
  • 13
2 votes
0 answers
242 views

My project structure is as follows uwebsockets/ (git-submodule) - src - uSockets - boringssl - ... - lsquic - ... - ... - examples - ... - ... entry.cpp src/ - ....
BlobKat's user avatar
  • 320
5 votes
0 answers
2k views

I'm porting a python application over to C++. As I'm not incredibly familiar with C++ I was wondering if there are any benchmark test result out there for websocket latency between the two libraries ...
Zercon's user avatar
  • 155
1 vote
1 answer
723 views

uWS::App::WebSocketBehavior<data> WebSocketBehavior; WebSocketBehavior.open = [](uWS::WebSocket<false, true, data> *ws) { }; After opening a websocket, I want ...
user19213592's user avatar
0 votes
1 answer
479 views

Screenshot of terminal logs On the client side I use y-websocket and Y.js and the server side uses uWebsocket. Every 30 seconds the client disconnects and reconnects immediately afterwards. No ...
iohn's user avatar
  • 103
2 votes
1 answer
587 views

I'm using Bun + Elysia and they are using uWebSockets.js. I use Postman to test, when i make connection it opens with one id number but when i close it closes with other ID number. Should the ID's be ...
Marius's user avatar
  • 2,026
0 votes
0 answers
639 views

I have the following directory structure for my project that utilizes uWebsockets and I am trying to run the example provided by in uWebsockets examples folder. Interestingly, uWebsockets does not ...
shashashamti2008's user avatar
4 votes
2 answers
3k views

I want to use uWebSockets for my own project which uses CMake. There are two issues for me: uWebSocket uses Make as well as I think its own build system/file build.c? It depends itself on other ...
jack's user avatar
  • 1,832
5 votes
0 answers
649 views

I am using laravel soketi package. And I dont want to use laravel-echo for client connection. So, I am testing with firecamp. But not able to connect. Soketi is up and running with 🎉 Server is up ...
amit's user avatar
  • 373
0 votes
2 answers
2k views

I'm using uWebSocket.js and tried to get the payload from an API. I have checked its official GitHub site related to routes. I checked and implemented all the way explained in that and it works fine. ...
Sachin Shah's user avatar
  • 4,563

15 30 50 per page