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

https://github.com/portomartin/smallwebserver

This app allows to run a small static webserver in your android phone
https://github.com/portomartin/smallwebserver

android embedded httpserver nanohttpd webserver

Last synced: about 2 months ago
JSON representation

This app allows to run a small static webserver in your android phone

Awesome Lists containing this project

README

        

# Simple Webserver
This app allows to run a small static webserver in your android phone

## Features
* Share the webSite using a QR code
* Recording simple stats
* Activity log
* Load the webSite from a zip file
* Website preview in a WebView

## Specs
* Just for demo
* [sqlite](https://sqlite.org/) to store the activity
* [NanoHttpd](https://github.com/NanoHttpd/nanohttpd) as base webServer
* Observer pattern to update UI

![image](https://github.com/user-attachments/assets/ccee9e35-c015-49f3-8c4b-cc451ca68d3a)
![image](https://github.com/user-attachments/assets/0613986b-a704-4ad8-8e8c-8f69b48036d0)
![image](https://github.com/user-attachments/assets/e9c91f9a-8807-462d-9b00-66a48f46fdaf)

## Todo
Run as a service will allow deploying a website from a zip file

## License
MIT