Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/encoredev/encore.dev

This repository contains the Encore's Runtime API contract, which Encore applications are built against.
https://github.com/encoredev/encore.dev

api backend-api backend-framework cloud encore go golang

Last synced: 2 days ago
JSON representation

This repository contains the Encore's Runtime API contract, which Encore applications are built against.

Awesome Lists containing this project

README

        



Encore – The Backend Development Engine


# Encore Runtime API

[![Go Reference](https://pkg.go.dev/badge/encore.dev.svg)](https://pkg.go.dev/encore.dev) [![Slack](https://img.shields.io/badge/chat-on%20slack-blue?style=flat-square&logo=slack)](https://encore.dev/slack) ![MPL-2 License](https://img.shields.io/github/license/encoredev/encore.dev?style=flat-square)

This repository contains the [Encore's](https://encore.dev) Runtime API contract, which Encore applications are built against.

```bash
go get -u encore.dev
```

When compiling your application the [encore compiler](https://github.com/encoredev/encore) will automatically provide an
implementation of this API. [The default implementation can be found here](https://github.com/encoredev/encore/tree/main/runtime).