1
0
mirror of https://github.com/actix/examples synced 2024-11-23 14:31:07 +01:00

Adds an article on the use of tracing in actix

Related [Reddit comment](https://www.reddit.com/r/rust/comments/jv6a5j/productiongrade_logging_in_rust_applications/gcib8ml?utm_source=share&utm_medium=web2x&context=3).
This commit is contained in:
Ecky Putrady 2020-11-19 22:58:10 +08:00 committed by GitHub
parent 25d34ee4e1
commit f9dc8e371e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,7 +13,7 @@
- [MeiliSearch](https://github.com/meilisearch/MeiliSearch): Fast, Relevant and Typo-Tolerant Search Engine. Open source alternative to Algolia.
- [Dalted](https://github.com/carrascomj/dalted): Simple webapp that showcases the integration of [image-rs](https://github.com/image-rs/image) with Actix Web for color blindness simulations.
## Community Example Apps, Starters & Boilerplate Projects
## Community Articles, Example Apps, Starters & Boilerplate Projects
- [webapp.rs](https://github.com/saschagrunert/webapp.rs) : A web application completely written in Rust.
- [RealWorld Example App](https://github.com/fairingrey/actix-realworld-example-app) : Implementation of the RealWorld backend API spec in Actix.
@ -21,6 +21,7 @@
- [Rust, Docker & GraphQL](https://github.com/jayy-lmao/rust-graphql-docker): An example of using Dataloaders, context, and a minimal docker container.
- [Complete Actix 2.x REST Server](https://github.com/ddimaria/rust-actix-example): Actix 2.x HTTP Server featuring multi-database support, auth/JWTs, caching, static files, app state, tests, coverage, and docker.
- [Actix Server Authentication with JWT and MongoDB](https://github.com/emreyalvac/actix-web-jwt/) : An implementation of JWT in Actix.
- [Production-Grade Logging in Rust Applications](https://medium.com/better-programming/production-grade-logging-in-rust-applications-2c7fffd108a6) : An article showcasing the use of [tracing](https://github.com/tokio-rs/tracing) in an Actix application
## Contribute