1
0
mirror of https://github.com/actix/examples synced 2024-11-23 22:41:07 +01:00
examples/README.md
Stephan Buys d88d5fb2bc Add the actix-raft project to the community references (#219)
* Update README.md

Add a reference to the actix-raft project.

Co-authored-by: Yuki Okushi <huyuumi.dev@gmail.com>
2019-12-26 19:22:50 +09:00

1.1 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.

Contribute

Welcome to contribute !