Scuffle

screenshot of Scuffle
svelte

Opensource Cloud Provider (focusing on video streaming)

Overview

Scuffle is an open-source cloud provider focused on revolutionizing video streaming solutions through cutting-edge tools and libraries. The repository houses utility crates and multimedia crates designed to simplify development and enhance functionality.

Features

  • scuffle-batching: Optimized batching and dataloading for external services.
  • scuffle-bootstrap: A utility crate for creating binaries.
  • scuffle-bytes-util: Helpful utilities for working with bits and bytes.
  • scuffle-context: Go-like context utilities for Rust.
  • scuffle-future-ext: Extensions for working with futures.
  • scuffle-http: High-performance HTTP server supporting HTTP/1.1, HTTP/2, and HTTP/3.
  • scuffle-metrics: Helper crate to instrument code with metrics.
  • scuffle-settings: Tools for managing configuration from environment variables or config files.
svelte
Svelte

Svelte is a modern front-end framework that compiles your code at build time, resulting in smaller and faster applications. It uses a reactive approach to update the DOM, allowing for high performance and a smoother user experience.