Get the latest tech news

Encore: Distributed systems runtime for TypeScript, written in Rust


Encore for TypeScript is here, read about Encore's new capabilities and features in this Launch Week blog post.

It's done in a fully declarative way, enabling Encore to automatically parse and validate the incoming request and ensure it matches the schema, with zero boilerplate. When your application uses infrastructure resources, like querying databases or publishing PubSub messages, it hands that over to the Rust runtime for faster execution. Encore uses static code analysis to parse and analyze the TypeScript types you define, and uses the API schema to automatically validate incoming requests, guaranteeing complete type-safety, even at runtime.

Get the Android app

Or read this on Hacker News

Read more on:

Photo of TypeScript

TypeScript

Photo of Rust

Rust

Photo of distributed systems

distributed systems

Related news:

News photo

Figma’s Journey to TypeScript

News photo

Blue-Recorder, a Simple Screen Recorder Written in Rust

News photo

Why Rust cannot replace C++