5 Essential Patterns for Building Resilient Java Microservices: A Developer's Guide

This page summarizes the projects mentioned and recommended in the original post on dev.to

Stream - Scalable APIs for Chat, Feeds, Moderation, & Video.
Stream helps developers build engaging apps that scale to millions with performant and flexible Chat, Feeds, Moderation, and Video APIs and SDKs powered by a global edge network and enterprise-grade infrastructure.
getstream.io
featured
InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com
featured
  1. httpbin

    HTTP Request & Response Service, written in Python + Flask.

    @Bean public RouteLocator customRouteLocator(RouteLocatorBuilder builder) { return builder.routes() .route("path_route", r -> r.path("/get") .uri("http://httpbin.org")) .route("host_route", r -> r.host("*.myhost.org") .uri("http://httpbin.org")) .build(); }

  2. Stream

    Stream - Scalable APIs for Chat, Feeds, Moderation, & Video. Stream helps developers build engaging apps that scale to millions with performant and flexible Chat, Feeds, Moderation, and Video APIs and SDKs powered by a global edge network and enterprise-grade infrastructure.

    Stream logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Exploring Ruby's Networking Capabilities: From Basics to Advanced Implementations

    2 projects | dev.to | 10 Jul 2025
  • Spring boot 3 RestClient and RestTemplate logging http requests and response

    2 projects | dev.to | 24 Oct 2024
  • Unit testing in Python with sheepy

    2 projects | dev.to | 24 Sep 2024
  • Host a Reverse Proxy in Seconds

    1 project | dev.to | 23 Sep 2024
  • Nextjs中使用axios实现一个动态的下载/上传进度条

    1 project | dev.to | 18 Aug 2024

Did you know that Python is
the 2nd most popular programming language
based on number of references?