README: simplify Community projects section

This commit is contained in:
Anton Bachin 2021-07-16 22:30:40 +03:00
parent 3d566d2ba7
commit 32bbf56de8

View File

@ -194,19 +194,14 @@ Most of the examples are loaded into the [playground][playground]. For instance,
## Community projects
Here are some community projects that you can use for your Dream applications:
A few related projects for your Dream application:
- [`dream-livereload`](https://github.com/tmattio/dream-livereload) - Live reloading for Dream applications.
This is essentially the [`w-livereload`](https://github.com/aantron/dream/tree/master/example/w-live-reload#files) example extracted in a library for convenience.
- [`dream-cli`](https://github.com/tmattio/dream-cli) - Command Line Interface for Dream applications.
It is useful when working with different environments (e.g. local, production) where some configuration need to be set at runtime.
- [`dream-encoding`](https://github.com/tmattio/dream-encoding) - Encoding primitives for Dream applications
This allows, among other things, to compress responses according to the `Accept-Encoding` HTTP header.
- [`dream-cli`](https://github.com/tmattio/dream-cli)  — 
command-line interface for Dream applications.
- [`dream-encoding`](https://github.com/tmattio/dream-encoding)  —
  compression middleware
- [`dream-livereload`](https://github.com/tmattio/dream-livereload)
 —  live reloading.
<br>