websockets
Here are 2,272 public repositories matching this topic...
Dear developers. I write my custom specific web server for work with specific archive files, compression, encryption, etc. And i want to publish my web server under BSD-2-Clause license.
In my project i use Iris and Iris logger as basement.
I'm not going to use the name of your project to promote my project.
Can I publish my project under the BSD-2-Clause license?
Thanks.
The background image on the website doesn't look that great (due to high jpeg compression) and doesn't tile properly on large screens.
Here's a better way: http://qrohlf.com/trianglify/
You should never need GBs of backpressure but performance is nevertheless horrible in these cases.
substr for every sent chunk is a very bad strategy and should prefer keeping large buffers intact instead.
Only substr smaller backpressure, keep large buffers as is.
Add a field on the breakpoint that shows the number of times a breakpoint was hit. See The -break-list Command.
gdbgui Roadmap
https://ninenines.eu/docs/en/cowboy/2.7/guide/migrating_from_1.0/ says:
The functions cowboy_req:meta/2,3 and cowboy_req:set_meta/3 have been removed. The Req object is now a public map, therefore they became unnecessary.
However, https://ninenines.eu/docs/en/cowboy/2.7/guide/req/ says:
Modifying the Req object, while allowed, is not recommended unless strictly necessary.
It then g
This is wonderful work and I'm very grateful to find this repo. I'm having difficulty understanding how to scale to multiple networks following the SCC guide and also confused on the recommended architecture. The main issue is clients on separate servers are not finding messages from each other.
On a gcloud instance, i start the state (node server.js), broker( SCC_STATE_SERVER_HOST='[google giv
Hi team,
I've use inlets for months, and it's such a great project that using the WebSocket protocol, which can be deployed behind Kubernetes ingresses.
Today, I found there's a "gfw" tag under this repo. That makes me think this project is much much useful in China which we (I mean, I'm in China too) 1) could not get a public IP address for personal broadband service; 2) even for an enterpr
Hello,
Is there any detailed documentation/Video about Entity-Views? How to assign it to different customers and how to work with it?
You mentioned in the issues number #1221 and # 1252 that you are preparing a documentation about it but there is only a very limited information until now on https://thingsboard.io/docs/user-guide/entity-views/.
Thank you.
So, in the last 3-4 hours i was searching for a memory leak in my app. After a complete code-review of my application code i decided to make a new simple app built on Ratchet WS server and see, if the problem persists. And it did!
The problem was, that whenever i created a WS connection, the connection class instances built in the background of the Ratchet were not destroyed! So on every ne
The links on the FAQ page in the wiki still point to the old wiki, which seems to be deprecated.
Realtime Client Server Framework for the JVM, supporting WebSockets with Cross-Browser Fallbacks
-
Updated
Jan 17, 2020 - Java
Follow-on work from #363
- Needs documenting.
- The name of
request.path_paramsisn't exactly correct anymore. Should userequest.host_paramshere?
:two_hearts: build SSM from 0 👉🏽👉🏽 distributed micro service.
-
Updated
Jan 17, 2020 - Java
10.0.x
The profile for alt-formats is broken on jetty-10.0.x. Here's the stacktrace:
Downloaded from central: https://repo.maven.apache.org/maven2/org/jruby/jruby-complete/1.7.27/jruby-complete-1.7.27.jar (25 MB at 1.3 MB/s)
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by org.jruby.util.io.ChannelDescriptor (file:/home/janb/.m2/rep
Reverse proxy for realtime web services
-
Updated
Jan 16, 2020 - C++
I'm trying to implement object oriented Websocket client and server. Since websockets is completely coroutine based, I'm finding it difficult to go ahead with implementation. Is it possible to wrap it around classes? Are there any examples of using it in this way?
canonical libwebsockets.org websocket library
-
Updated
Jan 17, 2020 - C
https://www.boost.org/doc/libs/1_71_0/libs/beast/doc/html/beast/using_websocket/timeouts.html says
The timeout features of the TCP or basic stream should not be used when working with a websocket stream.
and
`The timeouts on the websocket stream are incompatible with the timeouts used in the tcp_stream. When constructing a websocket stream from a tcp stream that has timeouts enabled, th
⚔ Multiplayer Game Server for Node.js
-
Updated
Jan 17, 2020 - TypeScript
To encourage people to use wss/tls encryption, we should make it really simple for people to implement a signed cert using letsencrypt.org (which should be going into general availability in the next couple of months). Perhaps direct automatic integration (since that's one of the goals of Let's Encrypt), but at least, we should document a straightforward process for using it.
The process is docum
Thank you for HTTP, and thank you for the recent additions of the logging and event logging system - they were very easy to use, and very helpful.
I've been investigating a problem in my system where requests are being sent to a server that is being s
Improve this page
Add a description, image, and links to the websockets topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the websockets topic, visit your repo's landing page and select "manage topics."


I'm submitting a...