Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
@netikras On ffox, at least in July, when you put the machine into sleep mode the socket was silently forgotten in about a fourth of the cases. Haven't seen it since I switched to Linux.
-
Tayo8975y@Ranchu sockets.io is actual trash lol. Massive amounts of overhead. Better to just directly interact with socket interfaces.
Really want insane WebSocket performance? Go with uWebSockets.
That said sockets.io does provide a ton of abstraction for quick development, but imo one should never use it in a production environment. It's way too costly. -
@Lor-inc Was that Windows or UNIX? OSX?
by WS you mean a websocket, right? Not a WebService :) Since both abbreviations are the same and context is similar..
Are there any articles/SO/other topics about this? Again, curious
fuck sockets, all my niggas query rest endpoints with setintervals
rant