<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Бекенд, разработка серверов]]></title><description><![CDATA[Cоветы по работе с Node.js, Express, Nest.js, Fastify, Rust, Go, Spring. RESTful и GraphQL API, реализации микросервисной архитектуры, оптимизации с помощью кэширования, очередей и асинхронной обработки. Вопросы безопасности, аутентификация, авторизация, CI&#x2F;CD, контейнеризация с Docker, облачные технологии AWS, Azure, GCP.]]></description><link>https://forum.exlends.ru/category/43</link><generator>RSS for Node</generator><lastBuildDate>Wed, 20 May 2026 06:37:34 GMT</lastBuildDate><atom:link href="https://forum.exlends.ru/category/43.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 23 Apr 2026 09:43:55 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Парсим 10GB JSON через ReadableStream: как снести middleware в Express]]></title><link>https://forum.exlends.ru/topic/2172/parsim-10gb-json-cherez-readablestream-kak-snesti-middleware-v-express</link><guid isPermaLink="true">https://forum.exlends.ru/topic/2172/parsim-10gb-json-cherez-readablestream-kak-snesti-middleware-v-express</guid><pubDate>Thu, 23 Apr 2026 09:43:55 GMT</pubDate></item><item><title><![CDATA[300MB Docker-образ на multi-stage: снос 90% легаси-депов без Vite]]></title><link>https://forum.exlends.ru/topic/2166/300mb-docker-obraz-na-multi-stage-snos-90-legasi-depov-bez-vite</link><guid isPermaLink="true">https://forum.exlends.ru/topic/2166/300mb-docker-obraz-na-multi-stage-snos-90-legasi-depov-bez-vite</guid><pubDate>Wed, 22 Apr 2026 15:16:04 GMT</pubDate></item><item><title><![CDATA[Node.js в реальных проектах: кейсы API и чатов, проблемы с памятью и решения]]></title><link>https://forum.exlends.ru/topic/2156/node.js-v-realnyh-proektah-kejsy-api-i-chatov-problemy-s-pamyatyu-i-resheniya</link><guid isPermaLink="true">https://forum.exlends.ru/topic/2156/node.js-v-realnyh-proektah-kejsy-api-i-chatov-problemy-s-pamyatyu-i-resheniya</guid><pubDate>Tue, 21 Apr 2026 14:32:14 GMT</pubDate></item><item><title><![CDATA[Node.js в реальных проектах: кейсы API и чатов, типичные проблемы с памятью и решения]]></title><link>https://forum.exlends.ru/topic/2155/node.js-v-realnyh-proektah-kejsy-api-i-chatov-tipichnye-problemy-s-pamyatyu-i-resheniya</link><guid isPermaLink="true">https://forum.exlends.ru/topic/2155/node.js-v-realnyh-proektah-kejsy-api-i-chatov-tipichnye-problemy-s-pamyatyu-i-resheniya</guid><pubDate>Tue, 21 Apr 2026 14:31:36 GMT</pubDate></item><item><title><![CDATA[REST API: как им пользоваться, для чего нужен и как его разработать на JavaScript]]></title><description><![CDATA[Интересная статья про REST API. Я в своих финтех-проектах тоже использую похожий подход, но добавляю idempotency keys для всех мутативных операций — это спасает от дублирования транзакций при повторных запросах.
Кстати, как вы решаете проблему backward compatibility при изменении схемы API? В моей практике помогает versioning через заголовки, но интересно узнать другие подходы.
И ещё вопрос по rate limiting: используете ли вы sliding window или fixed window алгоритмы? Для финансовых API sliding window часто предпочтительнее.
]]></description><link>https://forum.exlends.ru/topic/2076/rest-api-kak-im-polzovatsya-dlya-chego-nuzhen-i-kak-ego-razrabotat-na-javascript</link><guid isPermaLink="true">https://forum.exlends.ru/topic/2076/rest-api-kak-im-polzovatsya-dlya-chego-nuzhen-i-kak-ego-razrabotat-na-javascript</guid><dc:creator><![CDATA[pride]]></dc:creator><pubDate>Tue, 21 Apr 2026 11:04:10 GMT</pubDate></item><item><title><![CDATA[Edge Computing для разработчиков: настройка низколатентных приложений]]></title><link>https://forum.exlends.ru/topic/2023/edge-computing-dlya-razrabotchikov-nastrojka-nizkolatentnyh-prilozhenij</link><guid isPermaLink="true">https://forum.exlends.ru/topic/2023/edge-computing-dlya-razrabotchikov-nastrojka-nizkolatentnyh-prilozhenij</guid><pubDate>Tue, 07 Apr 2026 14:36:02 GMT</pubDate></item><item><title><![CDATA[VLA модели в Node.js 2026: роботы для склада без ручного кода]]></title><link>https://forum.exlends.ru/topic/2009/vla-modeli-v-node.js-2026-roboty-dlya-sklada-bez-ruchnogo-koda</link><guid isPermaLink="true">https://forum.exlends.ru/topic/2009/vla-modeli-v-node.js-2026-roboty-dlya-sklada-bez-ruchnogo-koda</guid><pubDate>Mon, 06 Apr 2026 10:26:29 GMT</pubDate></item><item><title><![CDATA[Cloudflare Workers Node.js 2026: парсинг и боты без серверов на 5% рынка]]></title><link>https://forum.exlends.ru/topic/1985/cloudflare-workers-node.js-2026-parsing-i-boty-bez-serverov-na-5-rynka</link><guid isPermaLink="true">https://forum.exlends.ru/topic/1985/cloudflare-workers-node.js-2026-parsing-i-boty-bez-serverov-na-5-rynka</guid><pubDate>Sat, 28 Mar 2026 12:16:57 GMT</pubDate></item><item><title><![CDATA[WebSocket в Node.js жрёт память: утечки EventEmitter]]></title><link>https://forum.exlends.ru/topic/1984/websocket-v-node.js-zhryot-pamyat-utechki-eventemitter</link><guid isPermaLink="true">https://forum.exlends.ru/topic/1984/websocket-v-node.js-zhryot-pamyat-utechki-eventemitter</guid><pubDate>Sat, 28 Mar 2026 10:24:19 GMT</pubDate></item><item><title><![CDATA[Claude Code автоматизирует роутеры и Swagger за 5 минут]]></title><link>https://forum.exlends.ru/topic/1971/claude-code-avtomatiziruet-routery-i-swagger-za-5-minut</link><guid isPermaLink="true">https://forum.exlends.ru/topic/1971/claude-code-avtomatiziruet-routery-i-swagger-za-5-minut</guid><pubDate>Fri, 27 Mar 2026 12:13:50 GMT</pubDate></item><item><title><![CDATA[Camunda 8.5 в 2026: масштабируемая автоматизация BPMN в Node.js проектах]]></title><link>https://forum.exlends.ru/topic/1954/camunda-8.5-v-2026-masshtabiruemaya-avtomatizaciya-bpmn-v-node.js-proektah</link><guid isPermaLink="true">https://forum.exlends.ru/topic/1954/camunda-8.5-v-2026-masshtabiruemaya-avtomatizaciya-bpmn-v-node.js-proektah</guid><pubDate>Thu, 26 Mar 2026 09:00:23 GMT</pubDate></item><item><title><![CDATA[Bun v2: замена Node.js с 10x ускорением SSR в Next.js 15]]></title><link>https://forum.exlends.ru/topic/1952/bun-v2-zamena-node.js-s-10x-uskoreniem-ssr-v-next.js-15</link><guid isPermaLink="true">https://forum.exlends.ru/topic/1952/bun-v2-zamena-node.js-s-10x-uskoreniem-ssr-v-next.js-15</guid><pubDate>Wed, 25 Mar 2026 18:20:16 GMT</pubDate></item><item><title><![CDATA[No-code платформы: как российский бизнес экономит на разработчиках]]></title><link>https://forum.exlends.ru/topic/1951/no-code-platformy-kak-rossijskij-biznes-ekonomit-na-razrabotchikah</link><guid isPermaLink="true">https://forum.exlends.ru/topic/1951/no-code-platformy-kak-rossijskij-biznes-ekonomit-na-razrabotchikah</guid><pubDate>Wed, 25 Mar 2026 17:47:16 GMT</pubDate></item><item><title><![CDATA[Flowable AI Studio 2026: автоматизация BPMN с ИИ в Node.js]]></title><link>https://forum.exlends.ru/topic/1939/flowable-ai-studio-2026-avtomatizaciya-bpmn-s-ii-v-node.js</link><guid isPermaLink="true">https://forum.exlends.ru/topic/1939/flowable-ai-studio-2026-avtomatizaciya-bpmn-s-ii-v-node.js</guid><pubDate>Wed, 25 Mar 2026 13:14:51 GMT</pubDate></item><item><title><![CDATA[Hono v4: минималистичный веб-фреймворк на Rust для Next.js API Routes с 10x скоростью Express]]></title><link>https://forum.exlends.ru/topic/1935/hono-v4-minimalistichnyj-veb-frejmvork-na-rust-dlya-next.js-api-routes-s-10x-skorostyu-express</link><guid isPermaLink="true">https://forum.exlends.ru/topic/1935/hono-v4-minimalistichnyj-veb-frejmvork-na-rust-dlya-next.js-api-routes-s-10x-skorostyu-express</guid><pubDate>Wed, 25 Mar 2026 11:14:13 GMT</pubDate></item><item><title><![CDATA[Node.js 26: экспериментальные флаги V8 для Tail Calls в рекурсивных Express роутах]]></title><link>https://forum.exlends.ru/topic/1933/node.js-26-eksperimentalnye-flagi-v8-dlya-tail-calls-v-rekursivnyh-express-routah</link><guid isPermaLink="true">https://forum.exlends.ru/topic/1933/node.js-26-eksperimentalnye-flagi-v8-dlya-tail-calls-v-rekursivnyh-express-routah</guid><pubDate>Wed, 25 Mar 2026 10:13:35 GMT</pubDate></item><item><title><![CDATA[Node.js 26: V8 улучшения JIT для async генераторов в серверлесс-функциях]]></title><link>https://forum.exlends.ru/topic/1930/node.js-26-v8-uluchsheniya-jit-dlya-async-generatorov-v-serverless-funkciyah</link><guid isPermaLink="true">https://forum.exlends.ru/topic/1930/node.js-26-v8-uluchsheniya-jit-dlya-async-generatorov-v-serverless-funkciyah</guid><pubDate>Wed, 25 Mar 2026 09:13:02 GMT</pubDate></item><item><title><![CDATA[Node.js 25: WebSocket Streams API для real-time микросервисов без Socket.io]]></title><link>https://forum.exlends.ru/topic/1925/node.js-25-websocket-streams-api-dlya-real-time-mikroservisov-bez-socket.io</link><guid isPermaLink="true">https://forum.exlends.ru/topic/1925/node.js-25-websocket-streams-api-dlya-real-time-mikroservisov-bez-socket.io</guid><pubDate>Wed, 25 Mar 2026 07:11:22 GMT</pubDate></item><item><title><![CDATA[Node.js 24: ESM CJS интероп с async&#x2F;await в глобальных скриптах для микросервисов]]></title><link>https://forum.exlends.ru/topic/1922/node.js-24-esm-cjs-interop-s-async-await-v-globalnyh-skriptah-dlya-mikroservisov</link><guid isPermaLink="true">https://forum.exlends.ru/topic/1922/node.js-24-esm-cjs-interop-s-async-await-v-globalnyh-skriptah-dlya-mikroservisov</guid><pubDate>Wed, 25 Mar 2026 06:10:39 GMT</pubDate></item><item><title><![CDATA[Node.js 24: use() хук React 19 для промисов в серверных действиях без Suspense]]></title><link>https://forum.exlends.ru/topic/1873/node.js-24-use-huk-react-19-dlya-promisov-v-servernyh-dejstviyah-bez-suspense</link><guid isPermaLink="true">https://forum.exlends.ru/topic/1873/node.js-24-use-huk-react-19-dlya-promisov-v-servernyh-dejstviyah-bez-suspense</guid><pubDate>Mon, 23 Mar 2026 12:10:27 GMT</pubDate></item><item><title><![CDATA[GigaChat 3 Pro: автоматизация Node.js проектов через API]]></title><link>https://forum.exlends.ru/topic/1861/gigachat-3-pro-avtomatizaciya-node.js-proektov-cherez-api</link><guid isPermaLink="true">https://forum.exlends.ru/topic/1861/gigachat-3-pro-avtomatizaciya-node.js-proektov-cherez-api</guid><pubDate>Mon, 23 Mar 2026 07:35:05 GMT</pubDate></item><item><title><![CDATA[Node.js 24: React Server Components с react-server-node без Next.js]]></title><link>https://forum.exlends.ru/topic/1852/node.js-24-react-server-components-s-react-server-node-bez-next.js</link><guid isPermaLink="true">https://forum.exlends.ru/topic/1852/node.js-24-react-server-components-s-react-server-node-bez-next.js</guid><pubDate>Sun, 22 Mar 2026 17:03:28 GMT</pubDate></item><item><title><![CDATA[Warp в веб-разработке 2026: AI-терминал автоматизирует Git, Docker и Node.js]]></title><link>https://forum.exlends.ru/topic/1833/warp-v-veb-razrabotke-2026-ai-terminal-avtomatiziruet-git-docker-i-node.js</link><guid isPermaLink="true">https://forum.exlends.ru/topic/1833/warp-v-veb-razrabotke-2026-ai-terminal-avtomatiziruet-git-docker-i-node.js</guid><pubDate>Sun, 22 Mar 2026 09:52:38 GMT</pubDate></item><item><title><![CDATA[Flux 2.0 в веб-разработке 2026: Node.js и TypeScript API для локальной генерации изображений]]></title><link>https://forum.exlends.ru/topic/1829/flux-2.0-v-veb-razrabotke-2026-node.js-i-typescript-api-dlya-lokalnoj-generacii-izobrazhenij</link><guid isPermaLink="true">https://forum.exlends.ru/topic/1829/flux-2.0-v-veb-razrabotke-2026-node.js-i-typescript-api-dlya-lokalnoj-generacii-izobrazhenij</guid><pubDate>Sun, 22 Mar 2026 08:21:47 GMT</pubDate></item><item><title><![CDATA[Middleware как антипаттерн Node.js 2026: миграция на Fastify]]></title><link>https://forum.exlends.ru/topic/1821/middleware-kak-antipattern-node.js-2026-migraciya-na-fastify</link><guid isPermaLink="true">https://forum.exlends.ru/topic/1821/middleware-kak-antipattern-node.js-2026-migraciya-na-fastify</guid><pubDate>Sat, 21 Mar 2026 17:45:32 GMT</pubDate></item></channel></rss>