https://github.com/retheviper/restsamples
A simple REST API samples.
https://github.com/retheviper/restsamples
rest-api
Last synced: 5 months ago
JSON representation
A simple REST API samples.
- Host: GitHub
- URL: https://github.com/retheviper/restsamples
- Owner: retheviper
- Created: 2021-08-23T14:54:13.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2022-06-04T13:44:13.000Z (about 4 years ago)
- Last Synced: 2025-02-16T06:44:49.112Z (over 1 year ago)
- Topics: rest-api
- Homepage:
- Size: 32.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# REST Samples

## TL;DR
A simple REST API samples with different languages and frameworks.
## List of samples
- [Spring Boot Sample](https://github.com/retheviper/springbootsample): Java + Spring Boot (MVC)
- [Spring WebFlux Sample](https://github.com/retheviper/springwebfluxsample): Kotlin + Spring WebFlux
- [Ktor Sample](https://github.com/retheviper/ktorsample): Kotlin + Ktor
- [Quarkus Sample](https://github.com/retheviper/quarkussample): Kotlin + Quarkus
- [Gin Sample](https://github.com/retheviper/ginsample): Go + Gin
- [Rocket Sample](https://github.com/retheviper/RocketSample): Rust + Rocket
- [Async Server Example](https://github.com/retheviper/AsyncServerExample): Go + Gin / Kotlin + Spring Boot