Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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)