Skip to content

Commit ed24abb

Browse files
committed
New logo.
1 parent a1baec3 commit ed24abb

File tree

7 files changed

+8
-108
lines changed

7 files changed

+8
-108
lines changed

assets/license.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Assets
2+
3+
## Logo
4+
5+
Copyright, 2022, by Malene Laugesen.
6+
7+
This work is licensed under a [Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International License](https://creativecommons.org/licenses/by-nc-nd/4.0/).

assets/logo-lossless.webp

2.39 MB
Loading

assets/logo.webp

371 KB
Loading

logo-square.afdesign

-74.8 KB
Binary file not shown.

logo.afdesign

-46.2 KB
Binary file not shown.

logo.svg

Lines changed: 0 additions & 107 deletions
This file was deleted.

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# ![Falcon](logo.svg)
1+
# ![Falcon](assets/logo.webp)
22

33
Falcon is a multi-process, multi-fiber rack-compatible HTTP server built on top of [async](https://github.com/socketry/async), [async-container](https://github.com/socketry/async-container) and [async-http](https://github.com/socketry/async-http). Each request is executed within a lightweight fiber and can block on up-stream requests without stalling the entire server process. Falcon supports HTTP/1 and HTTP/2 natively.
44

0 commit comments

Comments
 (0)