| name | elysia |
| description | Ergonomic Framework for Human WHEN: build typescript applications with elysia. Triggers: use elysia, install elysia, how to use elysia. |
elysia
Ergonomic Framework for Human
When to Use
- Build TypeScript applications with elysia
When NOT to Use
- Projects using Python or Rust (different ecosystem)
Quick Start
Install
npm install elysia
Basic Usage
The documentation is available on elysiajs.com.
Key API
AnyElysia
Elysia
t
validationDetail
fileType
serializeCookie
Cookie
type CookieOptions
ELYSIA_TRACE
type TraceEvent
Project Info
- Language: TypeScript, JavaScript
- License: MIT
- Tests: Yes
- Key dependencies: cookie, exact-mirror, fast-decode-uri-component, memoirist
File Structure
├── example/
│ ├── lazy/
│ ├── stress/
│ ├── a.ts
│ ├── async-recursive.ts
│ ├── body.ts
│ ├── cookie.ts
│ ├── counter.ts
│ ├── custom-response.ts
│ ├── derive.ts
│ ├── error.ts
│ ├── extension.ts
│ ├── file.ts
│ ├── guard.ts
│ ├── headers.ts
│ ├── hook.ts
│ ├── html-import.ts
│ ├── http.ts
│ ├── index.html
│ ├── lazy-module.ts
Generated by repo2skill