#websocket
🔗 jswanner/req_web_socket: Req plugin adding WebSocket support

#ElixirLang #http #reading-list
jswanner/req_web_socket: Req plugin adding WebSocket support
#ElixirLang #http #reading-list
www.yellowduck.be
November 9, 2025 at 9:20 AM
ah nice - if we comment out the part where it sends the logs over websocket to the CLI, it's broken again
November 6, 2025 at 2:00 PM
its like so damn niche xD gotta know about a specific set of rust libraries for doing http and websocket stuff and the ecosystem around them and the core types in their design *as well as* XRPC and its design and goals
November 8, 2025 at 12:35 AM
with that client thus carrying over all those XRPC configs. especially proxying and auth. however tokio-tungstenite for obvious reasons is not tower based (websocket is a streaming protocol not a request based one so it cant and shouldnt be tower based) and uses Request<()> not Request<http_body>
November 8, 2025 at 12:31 AM
Reading. So far so good. But whenever I've been distracted and navigated away and return your site shows the lovely red error LiveView internet connection box. Immediately. Until the WebSocket reconnects. I suggest only showing that if it actually takes more than 5 seconds if at all :)
November 4, 2025 at 12:03 PM
MSW supports mocking HTTP, GraphQL, and WebSocket APIs. The foundation is being worked on to support any network protocol in Node.js as we speak. Another foundation is being worked on to help define network sources from virtually anywhere (e.g. an HAR file).

What's next?
November 5, 2025 at 2:39 PM
Apache Tomcat 10 is an #opensource software implementation of the Jakarta Servlet, Jakarta Pages, Jakarta Expression Language, Jakarta WebSocket, Jakarta Authentication and Jakarta Annotations specifications.

Apache Tomcat 10.1.48 is now available for download: buff.ly/nQkJJxU
November 5, 2025 at 5:00 AM
WebSocket has their own Keep Alive mechanisms just like TCP, and it is called PING , PONG.

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).
November 2, 2025 at 11:13 PM
cURL est le moyen le plus simple et rapide pour faire des requêtes HTTP sans avoir à télécharger d’énormes applications.

👉 justuse.org/curl/
October 28, 2025 at 5:32 PM
☑️rest apiとTSXは干渉しない
☑️websocket使うとTSXは二枚以上開けない
ですな。
他のbot作ってみたいという人のために為念
October 27, 2025 at 10:10 AM
PhantomCaptcha | Multi-Stage WebSocket RAT Targets Ukraine in Single-Day Spearphishing Operation www.sentinelone.com/labs/phantom...
PhantomCaptcha | Multi-Stage WebSocket RAT Targets Ukraine in Single-Day Spearphishing Operation
SentinelLABS uncovers a coordinated spearphishing campaign targeting organizations critical to Ukraine's war relief efforts.
www.sentinelone.com
October 26, 2025 at 10:42 PM
Every time I open #vnyan I find another thing I never knew about.

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~
October 25, 2025 at 10:54 PM
- Integrate fetch into WebSocket implementation

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
October 24, 2025 at 1:59 PM
Discover how #TransparentTribe (#APT36) uses a disguised DESKTOP dropper to deploy #DeskRAT, a Golang RAT, on BOSS Linux endpoints in India.

Our Sekoia #TDR report breaks down the full infection chain and stealthy WebSocket C2 communications .

Read more 👉 blog.sekoia.io/transparentt...
October 23, 2025 at 7:49 AM
Lots of interesting stuff coming! 👀

- OAuth tutorials
- repo backfill helper service
- native PDS migration UI
- improvements for large PDSes
- PLC websocket & mirroring tools
atmosphere devs! 🧑‍🚀

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
Protocol Check-in (Fall 2025) | Bluesky
We last shared a protocol roadmap back in March 2025, and wow does time fly. If we're being honest, we haven't tied a bow on as many of these threads as we would've hoped. Oh time, strength, cash, and...
docs.bsky.app
October 20, 2025 at 10:24 PM
I'm quite bored of maintaining a websocket->webhook transformer (to consume jetstream events inside serverless compute, where I can only have a HTTP server handler)

Does anyone have any alternatives for lightweight, configurable queues?
October 20, 2025 at 9:52 PM
my stupid nerd interests are crossing over and i've now made funny lighting fixtures in GTA 5 powered by actual quirky lighting control software.

I had to pipe dmx data from MagicQ -> ArtNET output node C# app over websocket -> relay -> client nui -> client script
October 19, 2025 at 4:25 PM
Jacquard v0.6.0 is a doozie. We got:
- 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...
@nonbinary.computer/jacquard
A better Rust ATProto crate
tangled.org
October 18, 2025 at 4:53 PM
Ok, I know it's boring 🥱, but we have another #quarkus MCP server minor version release - 1.7.0 with WebSocket transport, new API to customize input schema generation for Tools, and more: github.com/quarkiverse/...
Release 1.7.0 · quarkiverse/quarkus-mcp-server
What's Changed build(deps): bump quarkus.version from 3.20.2.2 to 3.27.0 by @dependabot[bot] in #427 build(deps): bump io.swagger.core.v3:swagger-annotations from 2.2.37 to 2.2.38 by @dependabot[b...
github.com
October 15, 2025 at 10:08 AM
vibecoded realtime subscription to PDS websocket, now it updates
October 13, 2025 at 9:00 PM
this is something we want to do for @tangled.org knots and spindles. they are just "actors" in the network and it would be cool if they could emit authenticated events. we presently have "records" stored on a DB, streamed using a websocket. e.g: spindles would emit CI pipeline statuses on firehose.
October 11, 2025 at 9:51 AM
self labels would be in the records. for bluesky moderation labels (or other labelers) you can subscribe to the ozone labels websocket

- 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)
October 11, 2025 at 6:58 AM
github.com/CrowCpp/Crow
"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."
GitHub - CrowCpp/Crow: A Fast and Easy to use microframework for the web.
A Fast and Easy to use microframework for the web. - CrowCpp/Crow
github.com
October 10, 2025 at 7:34 PM
A nice way to clean up event handlers in React effects.

useEffect(() => {
const abortController = new AbortController();
websocket.addEventListener("message", (event) => {
// Do Stuff
}, {signal:abortController.signal})

return () => abortController.abort()
}, [websocket])
October 9, 2025 at 6:21 PM
Vuoi accedere al terminale Linux via browser? ttyd è la soluzione open source che espone la shell in tempo reale con WebSocket. #Linux #Terminale #WebSocket #OpenSource #DevOps
ttyd Condividere il Terminale Linux via Web
ttyd è un'applicazione open source che permette di accedere a un terminale Linux direttamente dal browser, con supporto WebSocket
www.linuxeasy.org
October 9, 2025 at 9:42 AM