An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# REST Samples

![rest](./misc/rest.jpg)

## 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