Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/edamame-x/cumo
ISSR Web Framework built on Hono🔥
https://github.com/edamame-x/cumo
bun deno hono javascript npm typescript
Last synced: 2 months ago
JSON representation
ISSR Web Framework built on Hono🔥
- Host: GitHub
- URL: https://github.com/edamame-x/cumo
- Owner: EdamAme-x
- License: mit
- Created: 2024-05-25T08:02:21.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-07-28T03:06:40.000Z (6 months ago)
- Last Synced: 2024-11-02T12:06:20.782Z (2 months ago)
- Topics: bun, deno, hono, javascript, npm, typescript
- Language: TypeScript
- Homepage: https://ame-x.net
- Size: 1.19 MB
- Stars: 7
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Develop now
[![GitHub](https://img.shields.io/github/license/EdamAme-x/cumo)](https://github.com/EdamAme-x/cumo/blob/main/LICENSE)
[![GitHub commit activity](https://img.shields.io/github/commit-activity/m/EdamAme-x/cumo)](https://github.com/EdamAme-x/cumo/pulse)
[![GitHub last commit](https://img.shields.io/github/last-commit/EdamAme-x/cumo)](https://github.com/EdamAme-x/cumo/commits/main)
[![Cumo JSR](https://jsr.io/badges/@evex/cumo)](https://jsr.io/@evex/cumo)Cumo - _**\[雲\] means cloud🌧 in Japanese**_ - is a lightweight, simple, and ultrafast web framework for anyone.
Fast and lightweight, but not only fast and lightweight.
Cumo is **ISSR** (Interactive Server-side rendering).
## Features
- Lightweight
- Fast
- Interactive
- No Build
- Use Server Extensions (Logger, Custom Handler)
Please use [email protected] (for now)
## What is ISSR (Interactive Server-side rendering)?
Place interactive elements (buttons, input box), etc.
The browser does not do any processing, just receives the input and sends a request to the server. (Cumo handles it appropriately.)
The endpoint that receives the request is created by Cumo and handled automatically.
Web Framework built on Hono🔥
Thanks [Hono](https://github.com/honojs/hono)🔥 and [ASP.NET blazor](https://learn.microsoft.com/en-us/aspnet/core/blazor/components/render-modes?view=aspnetcore-8.0#enable-support-for-interactive-render-modes)❄