faster_react in denolib/awesome-deno

Tiny Full-Stack React framework. Avoid Overengineering. Automatic routes, reload and component bundle. It uses its own RSC engine, combining SSR and CSR. 100% Deno, no Node dependencies. Fully compatible with Deno Deploy and Serverless Environments.

created at Sept. 17, 2024, 6:56 p.m.

TypeScript

6 +0

143 +16

5 +0

GitHub
faster in denolib/awesome-deno

A fast and optimized middleware server with an absurdly small amount of code (300 lines) built on top of native HTTP APIs with no dependencies. It also has a collection of useful middlewares: log file, serve static, CORS, session, rate limit, token, body parsers, redirect, proxy and handle upload. For Deno Deploy and other enviroments!

created at March 4, 2022, 1:27 p.m.

TypeScript

3 +0

50 +0

9 +0

GitHub
deno_kv_fs in denolib/awesome-deno

Deno KV file system, compatible with Deno deploy. Saves files in 64kb chunks. You can organize files into directories. You can control the KB/s rate for saving and reading files, rate limit, user space limit and limit concurrent operations, useful for controlling uploads/downloads. Makes use of Web Streams API.

created at Sept. 25, 2024, 11:50 a.m.

TypeScript

1 +0

11 +1

0 +0

GitHub