unsubbed.co

Juno

Juno is a TypeScript-based application that provides serverless platform for developers to build.

Overview

Build serverless apps with self-hosting control Juno is an open-source serverless platform to build, deploy, and run apps in WASM containers with complete ownership and zero DevOps. The project has 392 GitHub stars and is licensed under MIT.

Getting Started

Source: GitHub README

// Initialize Juno
import { initSatellite } from '@junobuild/core';
await initSatellite();

// Store data
import { setDoc } from '@junobuild/core';
await setDoc(\{
	collection: 'posts',
	doc: \{
		key: 'my-post',
		data: \{ title: 'Hello Juno!' \}
	\}
\});

Normalized Features

Source: tool-features-normalized.json

rest api.

Features

Integrations & APIs

  • REST API