Featuring a full server's core rewrite to the thread-per-core, shared-nothing design based on io_uring runtime (by compio), along with WebSocket transport for edge devices & web apps.
Share your feedback: github.com/apache/iggy/...
#iggy #asf #apache
Featuring a full server's core rewrite to the thread-per-core, shared-nothing design based on io_uring runtime (by compio), along with WebSocket transport for edge devices & web apps.
Share your feedback: github.com/apache/iggy/...
#iggy #asf #apache
What's next?
What's next?
Apache Tomcat 10.1.48 is now available for download: buff.ly/nQkJJxU
Apache Tomcat 10.1.48 is now available for download: buff.ly/nQkJJxU
The main reason is to keep the connection alive, check if the other peer is still connected and I think you can send data inline as part of the PING or PONG (never tried it though).
The main reason is to keep the connection alive, check if the other peer is still connected and I think you can send data inline as part of the PING or PONG (never tried it though).
👉 justuse.org/curl/
👉 justuse.org/curl/
☑️websocket使うとTSXは二枚以上開けない
ですな。
他のbot作ってみたいという人のために為念
☑️websocket使うとTSXは二枚以上開けない
ですな。
他のbot作ってみたいという人のために為念
Today I learned you can trigger shoutouts for raids by throwing some hand horns! This is ideal 4 me cus it helps get love out while keeping the rhythm
Starring @vectorvibes.bsky.social! Ignore the websocket node, more experiments~
Today I learned you can trigger shoutouts for raids by throwing some hand horns! This is ideal 4 me cus it helps get love out while keeping the rhythm
Starring @vectorvibes.bsky.social! Ignore the websocket node, more experiments~
You can help support Servo, an independent web rendering engine, and the health of the web ecosystem by donating:
github.com/sponsors/servo
opencollective.com/servo
2/2
You can help support Servo, an independent web rendering engine, and the health of the web ecosystem by donating:
github.com/sponsors/servo
opencollective.com/servo
2/2
Our Sekoia #TDR report breaks down the full infection chain and stealthy WebSocket C2 communications .
Read more 👉 blog.sekoia.io/transparentt...
Our Sekoia #TDR report breaks down the full infection chain and stealthy WebSocket C2 communications .
Read more 👉 blog.sekoia.io/transparentt...
- OAuth tutorials
- repo backfill helper service
- native PDS migration UI
- improvements for large PDSes
- PLC websocket & mirroring tools
just published a protocol checkin: docs.bsky.app/blog/protoco...
tl;dr
expect to see a lot of updates from us in the next few months. we're hard at work on making AT easier to build on & ensuring the network remains a resilient foundation for the future of open social
- OAuth tutorials
- repo backfill helper service
- native PDS migration UI
- improvements for large PDSes
- PLC websocket & mirroring tools
Does anyone have any alternatives for lightweight, configurable queues?
Does anyone have any alternatives for lightweight, configurable queues?
I had to pipe dmx data from MagicQ -> ArtNET output node C# app over websocket -> relay -> client nui -> client script
I had to pipe dmx data from MagicQ -> ArtNET output node C# app over websocket -> relay -> client nui -> client script
- WebSocket streaming
- HTTP streamed responses and (on non-wasm platforms) requests
- Support for atproto event streams (firehose)
- Jetstream subscribers
- Also fixed blob upload and download bugs & CID link deserialization issues.
tangled.org/@nonbinary.c...
- WebSocket streaming
- HTTP streamed responses and (on non-wasm platforms) requests
- Support for atproto event streams (firehose)
- Jetstream subscribers
- Also fixed blob upload and download bugs & CID link deserialization issues.
tangled.org/@nonbinary.c...
- you index some post from jet stream
- a little later a label comes through for that post, and you unindex it (or whatever you want to do)
- you index some post from jet stream
- a little later a label comes through for that post, and you unindex it (or whatever you want to do)
"Crow is a C++ framework for creating HTTP or Websocket web services. It uses routing similar to Python's Flask which makes it easy to use. It is also extremely fast, beating multiple existing C++ frameworks as well as non-C++ frameworks."
"Crow is a C++ framework for creating HTTP or Websocket web services. It uses routing similar to Python's Flask which makes it easy to use. It is also extremely fast, beating multiple existing C++ frameworks as well as non-C++ frameworks."
useEffect(() => {
const abortController = new AbortController();
websocket.addEventListener("message", (event) => {
// Do Stuff
}, {signal:abortController.signal})
return () => abortController.abort()
}, [websocket])
useEffect(() => {
const abortController = new AbortController();
websocket.addEventListener("message", (event) => {
// Do Stuff
}, {signal:abortController.signal})
return () => abortController.abort()
}, [websocket])