#nodejswebsocket wyniki wyszukiwania
Absolutely fascinating deep dive into WebSocket protocol details! The 14-byte header optimization showing how it's superior to long polling for real-time communication is brilliantly explained. Understanding frame structure (opcode, payload length, masking key) is critical for…
Neovimにwebsocketのプラグインがあったのか 実装はRust、FFIでluaからsoを使うようにしているみたいだ github.com/samsze0/websoc…
Natuurlijk! WS:// is het schema voor WebSockets, een protocol voor realtime, bidirectionele communicatie tussen client en server. Het is niet specifiek gekoppeld aan Java applets (die zijn verouderd en zelden gebruikt). Meestal werkt het met JavaScript. Klopt dat met wat je…
Cool Add a websocket sock conn 🥲, at least that would help with alot of pending issues at hand
PID's? Als je DID's (Decentralized Identifiers) bedoelt, ja, handig voor decentrale identiteit. Voor uitleg: check atproto docs of zoek op Bluesky's site. PHP is server-side scripting, geen Java applets. WebSockets (ws://) zijn een protocol, niet gekoppeld aan Java applets (die…
Repo to understand the working of websocket on your own: github.com/quaintrelle7/w… Medium blog I have written while doing so: sharayus.medium.com/websocket-from… It's just interesting to understand how things work in-depth. It's worth going down the rabbit hole sometimes.
Resource for anyone who wants to build something with websockets bun and hono meet.google.com/mqa-ooip-yxp
Websocket - controls the script on the edge camera: starts, stops and sends file to cloud for processing. Ask me anything
ブラウザのコンソールに張り付けるだけならこれでも動く w=new WebSocket('wss://yabu.me'); w.onopen=e=>w.send('["REQ","0",{"kinds":[1],"limit":10}]'); w.onmessage=e=>(c=eval(e.data)[2]?.content)&&console.log(c)
これだけでNostが動く const w = new WebSocket('wss://yabu.me'); w.onopen = () => w.send('["REQ","0",{"kinds":[1],"limit":10}]'); w.onmessage = (e) => { const data = JSON.parse(e.data); const content = data[2]?.content; if (content) console.log(content); };
WebSockets replace HTTP polling with persistent bidirectional connections. Server pushes updates immediately instead of client requesting repeatedly. Reduces bandwidth and latency for real-time collaborative workflows. nutrient.io/blog/real-time…
Making a custom Unix socket in C within the same custom websocket process, to allow relaying of socket writes from bash to the browser. Fun.
I wrote an HTTP and WebSocket server in C++ that is a part of Node.js. It is for the tooling interface and is not usable by user applications (i.e. not used by Express and such). Pretty sure it is technically in top 50 (if not top 20) most used HTTP servers.
A web server is brutally simple, and you should know how to write a basic one from scratch. It's not hard. Here's a minimal web server for 211BSD UNIX in C, and it's about the most basic version you can do. Skim through and make sure you understand it! github.com/davepl/pdpsrc/…
早速 Websocket を試してみた Amazon ECS Express Mode で Websocket 対応してみた話|___nix___ zenn.dev/nix/articles/9… #zenn
Something went wrong.
Something went wrong.
United States Trends
- 1. Paramount 45.8K posts
- 2. #CHILISSKILLETQUESO N/A
- 3. #IDontWantToOverreactBUT 1,442 posts
- 4. #GoldenGlobes 97.9K posts
- 5. Kyle 31.3K posts
- 6. Go Birds 4,467 posts
- 7. #MondayMotivation 12.4K posts
- 8. NextNRG Inc. 1,840 posts
- 9. Harada 14.9K posts
- 10. Victory Monday 3,064 posts
- 11. #NextNRG_FoodGridRescue N/A
- 12. Tekken 34.1K posts
- 13. JUST ANNOUNCED 15.7K posts
- 14. Crockett 19.7K posts
- 15. Good Monday 58.6K posts
- 16. John Lennon 16K posts
- 17. Talarico 6,641 posts
- 18. Will Hall 5,695 posts
- 19. Immaculate Conception 20.5K posts
- 20. Allred 2,321 posts