Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/saschagrunert/microservice-rs
Microservice template using Rust and Cap'n Proto RPCs.
https://github.com/saschagrunert/microservice-rs
Last synced: 13 days ago
JSON representation
Microservice template using Rust and Cap'n Proto RPCs.
- Host: GitHub
- URL: https://github.com/saschagrunert/microservice-rs
- Owner: saschagrunert
- License: mit
- Created: 2017-09-03T12:14:40.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2017-09-10T17:24:53.000Z (about 7 years ago)
- Last Synced: 2024-10-11T23:43:21.172Z (29 days ago)
- Language: Rust
- Homepage:
- Size: 43.9 KB
- Stars: 26
- Watchers: 3
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# microservice-rs
[![Build Status](https://travis-ci.org/saschagrunert/microservice-rs.svg)](https://travis-ci.org/saschagrunert/microservice-rs) [![Coverage Status](https://coveralls.io/repos/github/saschagrunert/microservice-rs/badge.svg?branch=master)](https://coveralls.io/github/saschagrunert/microservice-rs?branch=master) [![Crates.io](https://img.shields.io/crates/v/microservice.svg)](https://crates.io/crates/microservice) [![doc.rs](https://docs.rs/microservice/badge.svg)](https://docs.rs/microservice) [![License MIT](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/saschagrunert/microservice-rs/blob/master/LICENSE)
## A basic microservice template using Rust and Cap'n Proto RPCsTarget of the project is to show how to implement a secure and fast microservice architecture using Rust and an
appropriate RPC framework.## Contributing
[contributing]: #contributingYou want to contribute to this project? Wow, thanks! So please just fork it and send me a pull request.