Материалы по теме 'websockets' | DevsDay.ru

IT-блоги Материалы по теме 'websockets'

IT-блоги Материалы по теме 'websockets'


Разработка dev.to 18 мая 2024 г. 8:44

Advanced Backend Communication In the real world, a primary server doesn't handle all the request & operation , it delegates some tasks to other servers. Why so? If we do all the operations on primary server then all the compute power will go i...... читать далее

backend redis pubsub queue

Разработка dev.to 16 мая 2024 г. 20:34

WebSockets What Websockets is a way to talk to server, Just like http. It is generally established between a Frontend and a Server. It is a Persistant & Full Duplex Communication.Unlike http in which connection is closed after getti...... читать далее

nextjs websockets backendcommunication communication

Разработка dev.to 16 мая 2024 г. 11:13

In modern web applications, real-time communication has become more than a feature: it's gradually evolved into a necessity. Users expect instant updates, live interactions, and dynamic content. In Rails applications, Action Cable has long been the...... читать далее

ruby rails

Разработка dev.to 16 мая 2024 г. 9:36

Introduction: The response time of an API is a vital component of modern software engineering, influencing user satisfaction, system efficiency, and, ultimately, business success. In our fast-paced digital age, users expect applications and service...... читать далее

api response

Разработка dev.to 16 мая 2024 г. 7:57

Ably’s LiveSync product is now available as a public alpha release. LiveSync allows you to automatically keep data in sync across servers and clients, in realtime. This is a hard distributed systems problem. In this post, we’re going to have a look...... читать далее

realtime database backenddevelopment webdev

Разработка habr.com 15 мая 2024 г. 15:11

Веб-разработка часто требует реализации механизмов обновления контента на странице в реальном времени. Существуют различные сценарии, где это необходимо, например, отображение прогресса выполнения тяжелых задач на бекенде, обновление каких-либо часто...... читать далее

websocket sse long polling api golang server sent events frontend javascript

Разработка dev.to 15 мая 2024 г. 13:39

O Visual Studio Code, ou VS Code, é um dos IDE’s (Ambiente de Desenvolvimento Integrado) mais populares atualmente devido sua interface amigável e sua extensibilidade por meio de extensões. No entanto, com a imensa gama de extensões disponíveis, pode...... читать далее

extensions vscode javascript productivity

Разработка dev.to 15 мая 2024 г. 13:37

Written by Ukeje Goodness✏️ There are many web frameworks available for developers to choose from — including more than ten popular web frameworks in the Rust ecosystem. Each Rust framework is opinionated, following the principles and practices of s...... читать далее

rust webdev

Разработка dev.to 15 мая 2024 г. 3:18

Hi, I'm Paul. I'm a Ruby/Javascript developer and aspiring gamedev. I've been working professionally with web development for 20+ years. I've been dabbling in indie projects recently and was looking for a blogging platform to more freely share things...... читать далее

welcome javascript gamedev

Разработка dev.to 15 мая 2024 г. 2:30

What is a Websocket? A brief history before we delve into WebSockets, but before they existed, if we wanted something like “real-time” data, we would have to continuous fetches to the server at regular intervals. This would have been called pollin...... читать далее

Разработка dev.to 14 мая 2024 г. 14:45

In this part we will create a REST API to perform CRUD operations in a Pets resource. We will be able to use this API to interact with our Pets Firestore Collection like dogs or cats. First it is important to understand the Best Practices of REST A...... читать далее

webdev typescript express firebase

Разработка dev.to 14 мая 2024 г. 9:42

RabbitMQ is an open-source message broker software that implements a handful of messaging protocols, originally the AMQP (Advanced Message Queuing Protocol), and also includes web-based ones such as STOMP (Simple Text Orientated Messaging Protocol),...... читать далее

devops rabbitmq kubernetes opensource

Разработка dev.to 12 мая 2024 г. 18:21

Table of contents Introduction What is HTML5? Some Features of HTML5 HTML vs HTML5 How to Create HTML5 Files HTML5 Looking Forward Introduction HTML has come a long way since its establishment in 1989 and has since served as the core lan...... читать далее

webdev writing html programming

DevOps OpenNET 12 мая 2024 г. 9:11

Компания Cloudflare опубликовала второй выпуск фреймворка Pingora, предназначенного для разработки защищённых высокопроизводительных сетевых сервисов на языке Rust. Построенный при помощи Pingora прокси около года используется в сети доставки контен...... читать далее

Разработка dev.to 11 мая 2024 г. 11:41

This blog is the first part of a multi part series. Simple Go Chat Application in under 100 lines of code - Part 1 Simple Go Chat Application in under 100 lines of code - Part 2 In the first part of our series, we explored the implementation of a...... читать далее

go webdev systemdesign redis

Разработка dev.to 10 мая 2024 г. 4:23

Programming lies at the heart of computer systems, orchestrating the intricate dance between input, output, process, storage, and communication. In this article, we'll explore how these fundamental components interact, using examples in Python, Go, a...... читать далее

Разработка dev.to 9 мая 2024 г. 15:09

Here's to the crazy ones, the misfits, the rebels, the troublemakers, the round pegs in the square holes... the ones who see things differently -- they're not fond of rules, and they have no respect for the status quo... You can quote them, disagree...... читать далее

database surrealdb future devops

Разработка dev.to 9 мая 2024 г. 11:51

Introduction: In today's interconnected world, real-time communication is a crucial feature for many Flutter applications. Whether it's video conferencing, live streaming, or multiplayer gaming, WebRTC technology empowers developers to build seamless...... читать далее

flutter webrtc dart javascript

Разработка dev.to 7 мая 2024 г. 20:39

As developers, we often find ourselves on quests to understand new technologies. This past weekend, while battling a particularly stubborn bug (coffee wasn't helping!), I stumbled upon a cryptic note from my past self: "Explore WebSockets." Curiosity...... читать далее

javascript websockets http tcp

Разработка dev.to 7 мая 2024 г. 16:58

Exploring AWS !! Day 58 Amazon API Gateway For creating, publishing, maintaining, monitoring, and securing REST, HTTP, and WebSocket APIs at any scale. APIs can also be created by the developers. API Gateway can create RESTful APIs that are HTTP b...... читать далее

aws beginners cloud cloudcomputing