Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 581 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 581 Bytes

μService Ruby

This Ruby microservices template for Ruby will kickstart your project. It is carefully crafted from lightweight and robust components.

  • Rack - The standard webserver interface for minimal, modular and adaptable web applications
  • Roda - A lightweight framework that boasts 10000 requests per seconds with little memory footprint on top of Rack
  • Puma - The favored server for its simplicity, speed and multi-thread

Features

  • Minimalist architecture
  • Supports REST and gRPC
  • Protocol Buffers (protobuf)
  • Docker
  • Healthcheck method for your convenience