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: 4 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 (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-03-24T22:13:05.000Z (about 3 years ago)
- Last Synced: 2025-01-16T12:33:37.361Z (5 months 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.
## General Details:
### `src` code directory structure

---
## To run the Web Server:
### Place all static assets into the 📁www folder

### To specifiy a custom port number, change the argument in the run.sh file
### 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)