https://github.com/corentinth/react-if
Homemade barebone HTTP server in Java.
https://github.com/corentinth/react-if
Last synced: about 1 year ago
JSON representation
Homemade barebone HTTP server in Java.
- Host: GitHub
- URL: https://github.com/corentinth/react-if
- Owner: CorentinTh
- Created: 2019-10-07T21:10:25.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-10-17T11:43:01.000Z (over 6 years ago)
- Last Synced: 2025-02-13T11:35:22.639Z (over 1 year ago)
- Language: Java
- Homepage:
- Size: 7.58 MB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# react-if
React-if is an @INSA-Lyon School project.
## What is it ?
This application is an HTTP Server coded in Java, implementing some standard methods like GET, PUT, POST or DELETE and return success and error codes.
This project is from the course **Network Programming** from **INSA Lyon**, it aims to make us practice and comprehend the implementation of a web-server in Java.
## Credit
Application proudly made by [Tania Oudinet](https://github.com/SteamDragonLady) and [Corentin Thomasset](https://github.com/CorentinTh).