Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/incubated-geek-cc/jserverapp
A minimalistic web server developed with Java8 Programming Language.
https://github.com/incubated-geek-cc/jserverapp
deployment java java-8 localhost portable productivity standalone web webserver
Last synced: about 2 months ago
JSON representation
A minimalistic web server developed with Java8 Programming Language.
- Host: GitHub
- URL: https://github.com/incubated-geek-cc/jserverapp
- Owner: incubated-geek-cc
- Created: 2022-03-24T03:53:58.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-03-24T22:13:05.000Z (almost 3 years ago)
- Last Synced: 2023-03-05T17:22:30.211Z (almost 2 years ago)
- Topics: deployment, java, java-8, localhost, portable, productivity, standalone, web, webserver
- Language: JavaScript
- Homepage:
- Size: 24.1 MB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# jServerApp
### A minimalist http web server built in Java8 SDK.
![Cover Page](https://miro.medium.com/max/1050/1*UfVZ_CIfqbdlvPbmYom5EA.png)## General Details:
### `src` code directory structure
![src code](https://miro.medium.com/max/1050/1*AiA-VO2vZPMH2oF84zJtbA.png)
---
## To run the Web Server:
### Place all static assets into the šwww folder
![www folder](https://miro.medium.com/max/900/1*OYJ_iPMXpaX6QBJlDsJniQ.gif)
### To specifiy a custom port number, change the argument in the run.sh file
![run.sh file](https://miro.medium.com/max/900/1*8ER3ScideNO_Ni_wVu3qFQ.gif)### Article at: [How to Build a Portable Platform Independent Web Server in Java](https://geek-cc.medium.com/how-to-build-a-portable-platform-independent-web-server-in-java-5af8eddb7d48)