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.
- Host: GitHub
- URL: https://github.com/aweirddev/serverlessd
- Owner: AWeirdDev
- Created: 2026-04-02T16:46:35.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2026-05-23T10:22:08.000Z (16 days ago)
- Last Synced: 2026-05-23T10:37:53.234Z (16 days ago)
- Topics: serverless, serverless-functions, serverless-runtime, workers
- Language: Rust
- Homepage: http://svld.aweird.me/
- Size: 1.48 MB
- Stars: 1
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/)