All Topics
All Topics
Technology
Technology
Design
Design
Programming
Programming
Science
Science
News
News
Gaming
Gaming
Entertainment
Entertainment
Business
Business
Finance
Finance
Sports
Sports
Health
Health
Food
Food
Travel
Travel
Art
Art
Music
Music
Books
Books
Education
Education
Politics
Politics
Personal
Personal
No algorithm. No AI slop. No ads. Just RSS. Pro-human. Indie writers. Real journalism. Open web. Chronological. Hand toasted.

Encore: Open Source Framework for Building Type-Safe Distributed Systems with Declarative Infrastructure

By

andout_

6mo ago· 9 min readenCode

Summary

Encore is an open-source framework for building type-safe distributed systems with declarative infrastructure. It supports TypeScript and Go, allowing developers to define APIs, services, and infrastructure (databases, Pub/Sub, caching, buckets, cron jobs) as type-safe objects in code. The framework enables writing applications once and deploying them anywhere without code changes by exporting Docker images and providing infrastructure configuration. It includes local development tools with a CLI that runs apps locally and automatically provisions local infrastructure, plus a local dev dashboard for development workflows.

Key quotes

· 4 pulled
Open source framework for building robust type-safe distributed systems with declarative infrastructure
The Encore framework, available for TypeScript and Go, lets you define APIs, services, and infrastructure (databases, Pub/Sub, caching, buckets, cron jobs) as type-safe objects in your code
Write your application once, then deploy it anywhere without code changes by exporting a Docker image and supplying the infra configuration
The Encore CLI runs your app locally and automatically provisions local infrastructure
Snippet from the RSS feed
Open source framework for building robust type-safe distributed systems with declarative infrastructure - encoredev/encore

You might also wanna read