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

https://github.com/ultirequiem/java-se-simple-std-http-rest-api

📑 Java SE Example Rest API
https://github.com/ultirequiem/java-se-simple-std-http-rest-api

java java-http-server java-rest-api

Last synced: 9 months ago
JSON representation

📑 Java SE Example Rest API

Awesome Lists containing this project

README

          

# Java SE Simple HTTP Rest API

[Based on this Stack Overflow Question](https://stackoverflow.com/questions/3732109)

![API Screenshot](./screenshot.png)

## Run

First compile:

```sh
javac Server.java
```

Then:

```sh
java Server
```

## Licence

Licensed under the MIT License 📄