Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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🔥

Awesome Lists containing this project

README

        



Cumo



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)?

ISSR Images

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)❄