Skip to content

Commit

Permalink
Merge pull request #195 from sejori/sejori-patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
sejori authored Mar 9, 2024
2 parents bebbfaf + d3f74e4 commit 0035e0e
Showing 1 changed file with 20 additions and 28 deletions.
48 changes: 20 additions & 28 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,25 @@
<p align="center">
<p align="center" style="font-size: 72px;">
<img
width="420px"
width="270px"
style="margin: 1rem auto;"
src="https://raw.githubusercontent.com/sebringrose/peko/main/examples/preact/src/assets/logo_light_alpha.png" alt="peko-logo"
src="https://raw.githubusercontent.com/sejori/peko/main/example/preactSSR/assets/twemoji_chick.svg" alt="peko-chick"
/>
</p>

<h1 align="center">
Peko
</h1>

<p align="center">
<strong>Fast</strong> - Regex route matcher. Works out-of-the-box with Deno, Bun & Cloudflare Workers πŸŽοΈπŸ’¨
</p>
<p align="center">
<strong>Featherweight</strong> - Functional API built with Web Standards & zero dependencies 🌐πŸͺΆ<br>
</p>
<p align="center">
<strong>Feature-rich</strong> - Static files, auth, server-sent events & server profiling utils πŸ€ΉπŸ”
</p>

<p align="center">
<span>
&nbsp;
Expand Down Expand Up @@ -37,31 +51,6 @@
</span>
</p>

<p align="center">
<span>
&nbsp;
<a href="https://doc.deno.land/https://deno.land/x/peko/mod.ts">
API DOCS
</a>
&nbsp;
</span>
<span>
&nbsp;
<a href="https://github.com/sebringrose/pekommunity">
COMMUNITY TOOLS
</a>
&nbsp;
</span>
</p>

<h1>Designed for apps on the edge:</h1>

- <strong>Fast</strong> - Regex route matcher. Works out-of-the-box with Deno, Bun & Cloudflare Workers πŸŽοΈπŸ’¨

- <strong>Featherweight</strong> - Functional API built with Web Standards & zero dependencies 🌐πŸͺΆ

- <strong>Feature-rich</strong> - Static files, auth, server-sent events & server profiling utils πŸ€ΉπŸ”

<h1>Overview</h1>

Routes and middleware are added to a `Router` instance with `.use`, `.addRoute` or `.get/post/put/delete`.
Expand Down Expand Up @@ -220,3 +209,6 @@ The modern JavaScript edge rocks because the client-server gap practically disap
This is made possible by engines such as Deno that are built to the [ECMAScript](https://tc39.es/) specification</a> and can run TypeScript natively. UI libraries like [Preact](https://github.com/preactjs/preact) combined with [htm](https://github.com/developit/htm) offer lightning fast client-side hydration with a browser-friendly markup syntax.

If you are interested in contributing please submit a PR or get in contact ^^

## Credits:
Chick logo from [Twemoji](https://github.com/twitter/twemoji)

1 comment on commit 0035e0e

@deno-deploy
Copy link

@deno-deploy deno-deploy bot commented on 0035e0e Mar 9, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Failed to deploy:

Relative import path "esbuild" not prefixed with / or ./ or ../

Please sign in to comment.