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
- Host: GitHub
- URL: https://github.com/ultirequiem/java-se-simple-std-http-rest-api
- Owner: UltiRequiem
- License: mit
- Created: 2022-05-16T20:58:42.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-06T21:22:54.000Z (almost 3 years ago)
- Last Synced: 2025-03-11T12:05:25.056Z (9 months ago)
- Topics: java, java-http-server, java-rest-api
- Language: Java
- Homepage:
- Size: 9.77 KB
- Stars: 4
- Watchers: 2
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license
Awesome Lists containing this project
README
# Java SE Simple HTTP Rest API
[Based on this Stack Overflow Question](https://stackoverflow.com/questions/3732109)

## Run
First compile:
```sh
javac Server.java
```
Then:
```sh
java Server
```
## Licence
Licensed under the MIT License 📄