https://github.com/connorbp/rocket-web-service
A simple hello world web service made in rust 🦀 with rocket.rs 🚀
https://github.com/connorbp/rocket-web-service
microservice rust rust-lang webservice
Last synced: about 1 year ago
JSON representation
A simple hello world web service made in rust 🦀 with rocket.rs 🚀
- Host: GitHub
- URL: https://github.com/connorbp/rocket-web-service
- Owner: ConnorBP
- Created: 2019-04-17T00:07:31.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-04-18T04:44:33.000Z (almost 7 years ago)
- Last Synced: 2025-01-16T00:01:33.204Z (about 1 year ago)
- Topics: microservice, rust, rust-lang, webservice
- Language: Rust
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Simple rocket.rs Webservice 🦀
This is a simple hello world web service written in rust with the [rocket.rs](http://rocket.rs) web service library (synchronous).
## What it can do
- say hello world in emojis 😬
- say hello to a persons name provided through the api 👻
- serve web files from the `static/` directory 🌍