Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 7 hours 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 (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-04-18T04:44:33.000Z (over 5 years ago)
- Last Synced: 2024-04-24T03:49:01.319Z (7 months 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 🌍