1
0
mirror of https://github.com/actix/examples synced 2024-11-23 22:41:07 +01:00
examples/README.md
David D dc8d61eb59
Add Complete Actix 2.x REST Server to the community section of README (#259)
* Add Complete Actix 2.x REST Server to the community section of the README
2020-02-18 10:47:25 +09:00

1.9 KiB

Actix examples Build Status Join the chat at https://gitter.im/actix/actix

A curated list of examples related to actix.

from community

  • kriry.com : Explore-Interactive net. source
  • Roseline : A personal web site and discord & IRC bot to access simple SQLite database. Demonstrates usage of various actix and actix-web concepts.
  • Actix Auth Server : Auth web micro-service with rust using actix-web - complete tutorial. See code in examples/simple-auth-server
  • actix-raft : An implementation of the Raft consensus protocol using the actix Actor framework.
  • lemmy : A federated alternative to reddit in rust.
  • actix-realworld-example-app : Implementation of the RealWorld backend API spec in Actix.
  • Canduma : rust authentication server boilerplate
  • Broker : Real-time Zero-Code API Server
  • Rust, Docker & GraphQL: An example of using Dataloaders, context, and a minimal docker container.
  • Complete Actix 2.x REST Server: Actix 2.x HTTP Server featuring multi-database support, auth/JWTs, caching, static files, app state, tests, coverage, and docker.

Contribute

Welcome to contribute !