An open API service indexing awesome lists of open source software.

https://github.com/aweirddev/serverlessd

An open-source serverless workers runtime. Run JavaScript functions with automatic scaling, built in Rust.
https://github.com/aweirddev/serverlessd

serverless serverless-functions serverless-runtime workers

Last synced: 11 days ago
JSON representation

An open-source serverless workers runtime. Run JavaScript functions with automatic scaling, built in Rust.

Awesome Lists containing this project

README

          

serverlessd
(serverless runtime)


Serverless workers management architecture. **Work in progress**.

You can use this for:

- Getting a local serverless runtime up and running
- Custom LLM toolkit for fast execution
- Setting up a lightweight container for running quick scripts

[**Documentation**](https://svld.aweird.me)

***

## 介紹
一個基於 V8 的 Serverless Runtime,目標相容 Cloudflare Workers,但加了一些自訂義功能。

這個專案讓你可以在不需要管理伺服器的情況下執行 JavaScript。

基本上寫一段程式:
- 有請求進來時就執行
- 自動做資源擴展
- 用完就結束

概念類似 [Cloudflare Workers](https://developers.cloudflare.com/workers)。

好,其實基本上我也不知道我在做啥。

***

[社展](https://exhibit.ckefgisc.org/)