JSPM

@fns-run/fns

0.1.0
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 6
  • Score
    100M100P100Q45147F
  • License Apache-2

Make your serverless functions invincible

Package Exports

  • @fns-run/fns

Readme

Fns Screenshot

About

Website - Discord - Documentation

⚠ Warning
Fns is currently in the early stages of development and is not yet ready for daily use. Please do not use it in production environments.

Fns SDK is a serverless stateless durable function design pattern. Works with any framework and platform.

drawing

Key Features

  • Infinite Loop: Run durable function for an infinite amount of time with auto snapshot.
  • Scalability: Scale your durable function to infinity, the only limit is your provider.
  • Serverless: No need to manage servers or infrastructure.
  • Signals & Queries: Trigger signals or query to other functions.
  • Mutexes: Solve race conditions at scale with intuitively.
  • Awaitable: Await for the result of a function or signal.

Core Philosophy

  • Deterministic
  • Explicit
  • Minimalistic

License

MIT License

The Fns SDK and its integrations are licensed under the Apache-2 License.

The full text of the license can be accessed via this link and is also included in the LICENSE.md file of this software package.