-
Notifications
You must be signed in to change notification settings - Fork 229
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Co-authored-by: barbapapazes <e.soubiran25@gmail.com> Co-authored-by: Estéban <esteban.soubiran@insa-cvl.fr>
- Loading branch information
1 parent
0b60530
commit 71c633c
Showing
35 changed files
with
2,531 additions
and
312 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,3 +7,4 @@ coverage | |
.idea | ||
.eslintcache | ||
tsconfig.vitest-temp.json | ||
.DS_Store |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,74 @@ | ||
# yaml-language-server: $schema=https://unpkg.com/undocs/schema/config.json | ||
name: h3 | ||
shortDescription: The Web Framework for Modern JavaScript Era | ||
description: | ||
H(TTP) server framework built for high performance and portability running | ||
in any JavaScript runtime. | ||
github: unjs/h3 | ||
url: https://h3.unjs.io | ||
automd: true | ||
redirects: {} | ||
landing: | ||
heroLinks: | ||
playOnline: | ||
label: "Play Online" | ||
icon: "i-simple-icons-lightning" | ||
to: "https://stackblitz.com/github/unjs/h3/tree/main/playground" | ||
contributors: true | ||
featuresTitle: "The Web Framework for Modern JavaScript Era" | ||
features: | ||
# Runtime Agnostic | ||
- title: "Runtime Agnostic" | ||
description: "Your code will work on any JavaScript runtime including Node.js, Bun, Deno and Workers." | ||
icon: "i-material-symbols-lock-open-right-outline-rounded" | ||
to: "" | ||
target: "_blank" | ||
|
||
# Tree-shakable | ||
- title: "Small and Tree-shakable" | ||
description: "h3 core is super lightweight and tree-shakable, only what you use will be included in the the final bundle." | ||
icon: "i-material-symbols-potted-plant-outline" | ||
to: "" | ||
target: "_blank" | ||
|
||
# Composable | ||
- title: "Composable" | ||
description: "Expand your server and add capabilities. Your codebase will scale with your project." | ||
icon: "i-fa-puzzle-piece" | ||
to: "" | ||
target: "_blank" | ||
|
||
# Router | ||
- title: "Fast Router" | ||
description: "Super fast route matching using unjs/radix3" | ||
icon: "i-fa-tree" | ||
to: "https://github.com/unjs/radix3" | ||
target: "_blank" | ||
|
||
# Ecosystem | ||
- title: "UnJS ecosystem" | ||
description: "Built on top of powerful UnJS ecosystem powering Nitro, Nuxt and more frameworks!" | ||
icon: "i-mdi-umbrella-outline" | ||
to: "https://unjs.io" | ||
target: "_blank" | ||
|
||
# Made for Humans | ||
- title: "Made for Humans" | ||
description: "Elegant minimal API to implement HTTP handlers compatible with Web-Standards." | ||
icon: "i-material-symbols-robot-2-sharp" | ||
to: "" | ||
target: "_blank" | ||
|
||
# Compatibility | ||
- title: "Compatible" | ||
description: "Compatibility layer with node/connect/express middleware." | ||
icon: "i-simple-icons-express" | ||
to: "" | ||
target: "_blank" | ||
|
||
# Type Friendly | ||
- title: "Type Friendly" | ||
description: "Codebase fully written in TypeScript with strongly typed utils." | ||
icon: "i-mdi-language-typescript" | ||
to: "" | ||
target: "_blank" |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.