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
- Host: GitHub
- URL: https://github.com/portomartin/smallwebserver
- Owner: portomartin
- License: mit
- Created: 2024-07-26T20:45:09.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-03-15T02:20:39.000Z (2 months ago)
- Last Synced: 2025-03-15T03:24:30.779Z (2 months ago)
- Topics: android, embedded, httpserver, nanohttpd, webserver
- Language: Java
- Homepage:
- Size: 4.52 MB
- Stars: 1
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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

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