Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add new project spin #120

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions showcase/spin.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
name: Spin
logo_url: https://raw.githubusercontent.com/fermyon/spin/main/docs/static/image/logo.png
website: https://www.fermyon.com/spin
description: Spin is the developer tool for building WebAssembly microservices and web applications.
keywords: webassembly, fermyon, spin, fermyon cloud, serverless, wasm, spin, deploy, next wave
---

![logo](https://raw.githubusercontent.com/fermyon/spin/main/docs/static/image/logo.png)

Spin is a framework for building and running event-driven microservice applications with WebAssembly (Wasm) components.

Spin uses Wasm because it is sandboxed, portable, and fast. Millisecond cold start times mean no need to keep applications “warm”.

Many languages have Wasm implementations, so developers don’t have to learn new languages or libraries.

Spin is open source and built on standards, meaning you can take your Spin applications anywhere. There are Spin implementations for local development, for self-hosted servers, for Kubernetes, and for cloud-hosted services.

[GitHub Repo](https://github.com/fermyon/spin)
[Docs](https://developer.fermyon.com/spin/index)