Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

wasmCloud host runtime that leverages Elixir/OTP and Rust to provide simple, secure, distributed application development using the actor model

License

NotificationsYou must be signed in to change notification settings

wasmCloud/wasmcloud-otp

Repository files navigation

wasmCloud logo

wasmcloud_host build statuslatest releasehomepagedocumentation sitePowered by WebAssembly

wasmCloud Host Runtime (OTP)

The wasmCloud Host Runtime is a server process that securely hosts and provides dispatch foractors andcapability providers. This runtime is designed to take advantage of WebAssembly's small footprint, secure sandbox, speed, and portability to allow developers to write boilerplate-free code that embraces theactor model and abstracts away dependencies onnon-functional requirements via well-definedinterfaces.

This host runtime is written in Elixir and extensively leverages the decades of work, testing, and improvements that have gone into theOTP framework. There are a number of excellent Elixir and OTP references online, but we highly recommend starting with thePragmatic Programmers Elixir and OTP library of books.

To get started with installation and exploration, check out thegetting started section of our documentation.

The wasmCloud Host Runtime is made up of two pieces:

  • The Host Core
  • Dashboard Web UI

Host Core

Thehost core consists of all of the "headless" (no UI) functional components of the system. This OTP application and its contained supervision tree represent thecore of the wasmCloud OTP host runtime.

You can find thehost core in this github repository.

Dashboard Web UI

The dashboard web UI (often colloquially referred to as thewashboard) is aPhoenix application that fits snugly atop the host core, providing real-time web access to a variety of information, telemetry, and insight while also exposing a graphical interface to controlling the host and portions of the lattice.

You can find thedashboard UI in this github repository.

NATS

All of wasmCloud'slattice functionality requires the use ofNATS. To learn more, check out thelattice section of our documentation.

About

wasmCloud host runtime that leverages Elixir/OTP and Rust to provide simple, secure, distributed application development using the actor model

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors25


[8]ページ先頭

©2009-2025 Movatter.jp