#websocket search results
Today I learnt about #WebSocket Implemented a simple chat box and tested it using multiple tab on the same server It worked guys 😌😂
🎉 🎉 登壇決定!株式会社ドワンゴ 日吉遼太様 WebSocketサーバの負荷・スケーラビリティ課題を、Fastly Fanout導入で解決した事例を紹介! 導入後のアーキテクチャや開発で得られた知見もシェアします。 Yamagoya Nighの申し込みはこちら👉 bit.ly/3L0cAiV #Fastly #WebSocket #Fanout…
Just added #WebSocket support to #Flocon 🚀 A feature requested by the community that brings real-time communication to the project! Also added #Paging3 for better performance with lots of network requests. #AndroidDev #OpenSource #Kotlin #android
🚨 New write-up just dropped!🚨 "Unauthorized Users Could Disclose Information and Execute GraphQL Operations After Permission Revoked via WebSocket" #BugBounty #BugBountyWriteUp #WebSocket #GraphQL
Lastly, even though the samples differ in their C2 channels (#WebSocket and #MQTT), both use the same #phishing kit within a WebView to steal the victim’s card PIN. #Fraud #CardSecurity #EMV #APK #NFC
WebSocket was used for exfiltration in earlier samples. In this one, EMV card data is sent over MQTT. Direct use of pushMessageToMqtt() after NFC tag discovery confirms this behavior #CardSecurity
Real-time device updates with #Websocket on #STM32. Using persistent Websocket connection, device can send updates to the dashboard with high frequency, up to hundreds per second. Works the same on other MCUs: #NXP, #ESP32, #Renesas, #RPi. ▶️ Watch: youtu.be/ZSlMkEogWIQ
youtube.com
YouTube
Real time device dashboard updates on STM32H573 and other microcont...
🧠 Cross-Origin WebSocket Hijack 1️⃣ WebSocket server lacks origin validation 2️⃣ Attacker connects from evil,com new WebSocket("wss://target.com/socket") 3️⃣ Server accepts → data leak or account abuse 🎯 Same-origin policy ≠ WebSocket #bugbounty #websocket #cors
Building A Real-Time Communication System Using Go and #WebSocket #golang #dormosheio #softwareengineering dormoshe.io/trending-news/…
Bots, MEV, and Real-Time Trading Engines. #ANKR Trading bots and keepers live and die by milliseconds. They rely on Ankr’s #WebSocket endpoints to monitor pending transactions, react instantly, and push writes with ultra-low latency. This is where reliability meets performance
🔌 WebSocket APIs are great for real-time communication but hard to manage at scale. With Bijira, secure, throttle, and route WebSocket APIs just like any other API. 📘 Learn how: wso2.com/library/blogs/… #WebSocket #APIManagement #Bijira #RealtimeAPIs #WSO2
Here is a #laravel with livewire instance streaming an LLM response via websockets. It is using jacked-server (using #openswoole) and socket conveyor for #websocket : #ai #php
A WebSocket without a heartbeat is just a risk waiting to happen. That’s why heartbeat messages matter, keeping connections alive and disruptions away. #WebSocket #APIs #Finage
AWS AppSyncとは?GraphQLでリアルタイム通信を実現するサーバーレスAPI入門 #websocket - Qiita qiita.com/mkydk/items/11…
MQTT= IoT spec-op, WebSocket= web’s duplex pipe; together they rule real-time not duel. Who’s the boss in your next app? #IoT #MQTT #WebSocket open.substack.com/pub/pythonlibr…
🚀 $KTO Update Monday We’ve overhauled our WebSocket infrastructure: ✅ Real-time updates ✅ Delta snapshots ✅ Redis caching ✅ <100ms latency Live data — faster, leaner, smarter.😎 #KTOExchange #WebSocket #Crypto #Web3 #CEX #Altcoins
A major challenge in building real-time applications is managing user connections efficiently. With Momento Topics, you can simplify #WebSocket management and focus on what matters. In this blog, Yan Cui walks you through building a real-time chat app step-by-step with Momento.…
Real-Time WebSocket API 🔌📡 | Full Market Feed Replay 📊🔄 Powering Strategies 💡⚡🚀 Visit at : truedata.in/products/marke… #truedata #realtimeapi #websocket #marketfeed #tradingstrategies #livemarket #stockmarketindia #developersupport #replayfeed #nse #mcx
AWS AppSyncとは?GraphQLでリアルタイム通信を実現するサーバーレスAPI入門 #websocket - Qiita qiita.com/mkydk/items/11…
What is the best way to learn websockets ? please share any resources - blog , article , repo , vedio #coding #websocket
MQTT= IoT spec-op, WebSocket= web’s duplex pipe; together they rule real-time not duel. Who’s the boss in your next app? #IoT #MQTT #WebSocket open.substack.com/pub/pythonlibr…
Real-time device updates with #Websocket on #STM32. Using persistent Websocket connection, device can send updates to the dashboard with high frequency, up to hundreds per second. Works the same on other MCUs: #NXP, #ESP32, #Renesas, #RPi. ▶️ Watch: youtu.be/ZSlMkEogWIQ
youtube.com
YouTube
Real time device dashboard updates on STM32H573 and other microcont...
O Que é e Como Funciona um #WebSocket? Entendendo na Prática youtu.be/LBTY5BaWLH0?si… via @YouTube
youtube.com
YouTube
O Que é e Como Funciona um WebSocket? Entendendo na Prática
What is #WebSocket? Why is it used & how is it different from #HTTP? youtu.be/favi7avxIag?si… via @YouTube
youtube.com
YouTube
What is WebSocket? Why is it used & how is it different from HTTP?
🔌 WebSocket APIs are great for real-time communication but hard to manage at scale. With Bijira, secure, throttle, and route WebSocket APIs just like any other API. 📘 Learn how: wso2.com/library/blogs/… #WebSocket #APIManagement #Bijira #RealtimeAPIs #WSO2
WebSocket通信についてHTTPとの違いと基本的な仕組みについて整理しました👇 zenn.dev/fd2025/article… #WebSocket #初心者向け #備忘録 #Zenn
Storing a WebSocket connection in a database? Nah, it’s like trying to bottle a phone call—it only lives in the moment. But here’s the friendly fix: use something like **Redis Pub/Sub** to bridge 2+ WebSocket connections seamlessly. #WebSocket #Microservices @kirat_tw
No estaría mal que si se corta una conexión de manera inesperada, se mostrase la razón en el log... Pero eso sería demasiado fácil 🤯 #programacion #websocket
"Migrating from our custom #WebSocket setup to Centrifugo felt like trading a DIY van for a Ferrari." – says founder & CEO at Noguel - linkedin.com/posts/leonardo…
Got auto quiz submission working for my quiz app 😤🔥 Scheduler checks active quizzes every sec, auto-submits on timeout, saves results & pushes real-time updates via WebSocket! #SpringBoot #Java #WebSocket #IndieDev
🚀 Built Relay Chat — a real-time chat app using Spring Boot + WebSocket (STOMP + SockJS) 💬 Clean Tailwind UI, Dockerized 🐳 & live on Render! ⚙️ 🔗 Try it: relay-ob9c.onrender.com/chat 💻 Code: github.com/AyushPrakash41… #SpringBoot #WebSocket #Java #TailwindCSS #Render
#PhantomCaptcha targets #Ukraine relief groups with #WebSocket #RAT in October 2025 securityaffairs.com/183720/apt/pha… #securityaffairs #hacking #malware @SentinelOne @LabsSentinel
Working on a WebSocket server for multi-room chat and hit a common dilemma: Should I create one connection per room or one connection for all rooms? Both have trade-offs in connection count vs routing complexity. #WebSocket #NodeJS
🎉 🎉 登壇決定!株式会社ドワンゴ 日吉遼太様 WebSocketサーバの負荷・スケーラビリティ課題を、Fastly Fanout導入で解決した事例を紹介! 導入後のアーキテクチャや開発で得られた知見もシェアします。 Yamagoya Nighの申し込みはこちら👉 bit.ly/3L0cAiV #Fastly #WebSocket #Fanout…
A WebSocket without a heartbeat is just a risk waiting to happen. That’s why heartbeat messages matter, keeping connections alive and disruptions away. #WebSocket #APIs #Finage
Today I learnt about #WebSocket Implemented a simple chat box and tested it using multiple tab on the same server It worked guys 😌😂
🧠 Cross-Origin WebSocket Hijack 1️⃣ WebSocket server lacks origin validation 2️⃣ Attacker connects from evil,com new WebSocket("wss://target.com/socket") 3️⃣ Server accepts → data leak or account abuse 🎯 Same-origin policy ≠ WebSocket #bugbounty #websocket #cors
🚨 New write-up just dropped!🚨 "Unauthorized Users Could Disclose Information and Execute GraphQL Operations After Permission Revoked via WebSocket" #BugBounty #BugBountyWriteUp #WebSocket #GraphQL
Yes, we can do this with #Colab 😋 but it does not support #websocket. If you are using @Gradio, you are dependent on #websocket to keep the connection alive by enabling the #Gradio queue if your calculation takes more than 60 seconds 😐
Still trying to figure out why this guy is not connecting 🤔 #djangochannels #websocket #django #SoftwareDevelopment
これでよーやくMacBook Airを持ち歩ける。Mac OSでWindowsを使いたいが為にブラウザ版リモートデスクトップを自作したとこすらある。 #Brynhildr #WebSocket blog.x-row.net/?p=19837
Papa. Comment peut-on faire des dessins avec les téléphones des gens dans le public ? #websocket ma fille 😍
Bots, MEV, and Real-Time Trading Engines. #ANKR Trading bots and keepers live and die by milliseconds. They rely on Ankr’s #WebSocket endpoints to monitor pending transactions, react instantly, and push writes with ultra-low latency. This is where reliability meets performance
Lastly, even though the samples differ in their C2 channels (#WebSocket and #MQTT), both use the same #phishing kit within a WebView to steal the victim’s card PIN. #Fraud #CardSecurity #EMV #APK #NFC
WebSocket was used for exfiltration in earlier samples. In this one, EMV card data is sent over MQTT. Direct use of pushMessageToMqtt() after NFC tag discovery confirms this behavior #CardSecurity
Update on the on-going chat-app project by @kirat_tw 👉 Set up the Prisma and postgres ✅ 👉 Make a scheama for User and frineds table ✅ 👉 Set up the auth with Next-auth ✅ #websocket #nextjs #nightcoding #CodingJourney
🔌 WebSocket APIs are great for real-time communication but hard to manage at scale. With Bijira, secure, throttle, and route WebSocket APIs just like any other API. 📘 Learn how: wso2.com/library/blogs/… #WebSocket #APIManagement #Bijira #RealtimeAPIs #WSO2
Real-Time WebSocket API 🔌📡 | Full Market Feed Replay 📊🔄 Powering Strategies 💡⚡🚀 Visit at : truedata.in/products/marke… #truedata #realtimeapi #websocket #marketfeed #tradingstrategies #livemarket #stockmarketindia #developersupport #replayfeed #nse #mcx
🎉 🎉 登壇決定!株式会社ドワンゴ 日吉遼太様 WebSocketサーバの負荷・スケーラビリティ課題を、Fastly Fanout導入で解決した事例を紹介! 導入後のアーキテクチャや開発で得られた知見もシェアします。 Yamagoya Nighの申し込みはこちら👉 bit.ly/3L0cAiV #Fastly #WebSocket #Fanout…
You might have heard that scaling #WebSocket infrastructure is not an easy task. It was true–until recently. We built the open source real-time server, @any_cable, that deploys to @flydotio in one command (and configures itself), and the SDK for serverless JS/TS that allows you…
Next step: Check the #OracleForms FileWatcherBean to open and close the #WebSocket communication channel for #OracleForms test scenarios.
🚀 $KTO Update Monday We’ve overhauled our WebSocket infrastructure: ✅ Real-time updates ✅ Delta snapshots ✅ Redis caching ✅ <100ms latency Live data — faster, leaner, smarter.😎 #KTOExchange #WebSocket #Crypto #Web3 #CEX #Altcoins
Something went wrong.
Something went wrong.
United States Trends
- 1. Rodgers 14.5K posts
- 2. Steelers 32.5K posts
- 3. Chargers 20.4K posts
- 4. #RHOP 5,949 posts
- 5. Herbert 8,979 posts
- 6. #HereWeGo 4,505 posts
- 7. Schumer 180K posts
- 8. Tim Kaine 8,765 posts
- 9. #ITWelcomeToDerry 2,763 posts
- 10. Cade Cunningham 3,858 posts
- 11. Jaylen Warren 1,359 posts
- 12. Durbin 12.6K posts
- 13. Rams 29.1K posts
- 14. #90DayFiance 1,902 posts
- 15. Resign 85.1K posts
- 16. Jassi 1,502 posts
- 17. Drummond 2,634 posts
- 18. Cornyn 8,086 posts
- 19. Commanders 144K posts
- 20. #snfonnbc N/A