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.
Or read this on Hacker News