Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/encoredev/encore.dev
- Owner: encoredev
- License: mpl-2.0
- Created: 2019-09-20T06:58:06.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2024-07-05T17:17:48.000Z (4 months ago)
- Last Synced: 2024-09-19T02:59:50.898Z (about 2 months ago)
- Topics: api, backend-api, backend-framework, cloud, encore, go, golang
- Language: Go
- Homepage: https://encore.dev
- Size: 200 KB
- Stars: 28
- Watchers: 5
- Forks: 4
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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).