New: websocketsAll contenthive-129948hive-196917krzzansteemhive-183959hive-180932hive-166405photographyuncommonlabhive-185836hive-144064hive-183397hive-150122bitcoinlifehive-188619krsuccesshive-124908hive-101145hive-103599hive-184714hive-139150hive-165987hive-103393TrendingNewHotLikersjfdesousa7 (47)in hive-193637 • 4 years agoTecnología (Tutorial) ¿Que son los websockets? Hoy vamos a crear un ejemplo básico usando websockets con Node.js / What are websockets? Today we are going to create a basic example using websockets with Node.jsTutorial - What are websockets? Today we are going to create a basic example using websockets with Node.js /¿Que son los websockets? Hoy vamos a crear un ejemplo básico usando websockets con…schlafhacking (57)in deutsch • 5 years agoWebsockets SSL (WSS) Support für deepstream.io messaging server durch haproxyDen halben Tag habe ich damit verbracht, eine SSL Websockets Konfiguration für den deepstream.io messaging Server hinzubekommen. Das Produkt ist klasse, opensource und kann auf den ersten Blick…imwatsi (67)in utopian-io • 6 years agoWebsocket Trading on Bitfinex Using Python: Part 2 - Reducing Latency When Maintaining Multiple Data StreamsRepository With Sample Code Find the complete Python script on GitHub: bitfinex_websocket_multi.py My Profile On GitHub You can find code used in this tutorial as well as other tools and…imwatsi (67)in utopian-io • 6 years agoWebsocket Trading on Bitfinex Using Python: Part 1 - Create a Basic Authenticated ConnectionRepository With Sample Code Find the Python script on GitHub: bitfinex_websocket_basic.py My Profile On GitHub You can find code used in this tutorial as well as other tools and examples…steempytutorials (65)in utopian-io • 6 years agoPart 4: Comparing orderbooks from different exchanges in real timeRepository What will I learn Connecting to Upbit Change data format Create subsets of exchanges Comparing top bid/ask on each update Requirements Python 3.7.2…steempytutorials (65)in utopian-io • 6 years agoPart 3: Connecting and managing multiple websocket streams in parallelRepository What will I learn Creating websocket threads Managing the websocket threads Managing multiple orderbooks Locking Accessing data from the main thread…steempytutorials (65)in utopian-io • 6 years agoPart 2: Manage local 'STEEM' orderbook via websocket stream from exchangeRepository What will I learn What is a local orderbook Open a diff. depth stream Retrieve orderbook snapshot Process updates Update the local orderbook Requirements…steempytutorials (65)in utopian-io • 6 years agoPart 1: Connecting to STEEM orderbook stream via websockets on different exchangesRepository What will I learn Basics of websockets Subscribing to data streams Processing messages Return top bid/ask Requirements Python 3.7.2 Pipenv…lemmybe (65)in steemhunt • 6 years agoQQsend - Send pictures & files between phones /desktop using QR codeQQsend Send pictures & files between phones /desktop using QR code Screenshots View Image Hunter's comment Today’s hunt is a simple and straight-forward one.…mailhustle (27)in mailhustle • 7 years agoWebSockets and managing multiple client connectionsSo you have multiple users. Certain operations take time on the backend. Server updates client via websockets . Example how to manage multiple clients: I was always respecting users…marnee (39)in technology • 7 years agoPlugging in Elm and Suave with websockets on .NET Core 2.0Topics covered Getting started with a .NET Core F# project A bit about using Paket A bit about Suave Getting started with websockets and Suave Getting started with Elm…javathunderman (45)in utopian-io • 7 years agoAnnoying MachineA few months ago, I created the Annoying Machine, a website where you can send me a loud text to speech message. I decided to turn it back on for some reason. It's a simple Node app connected to a…jbaczuk (25)in websockets • 7 years agoHow to make a simple websockets chatroom in Node.jsCode for this can be found here: Set up Node project npm initsundarrajan (49)in steemit • 7 years agoWebSockets vs REST: Understanding the Differencemartinbaez (25)in tyrus • 7 years agoSample Websocket endpoint with tyrus reference implementationA simple webSocket server coded using Tyrus. Tyrus is the open source JSR 356 - Java API for WebSocket reference implementation . In this example we deploy a WebSocket endpoint which checks if a…