We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d348729 commit 30d2b5fCopy full SHA for 30d2b5f
README.md
@@ -1,8 +1,21 @@
1
# Android Web Server (FireFly)
2
-Simple and Low footprint TCP/IP Web Server for Android in Java
+Simple and Small footprint TCP/IP Web Server for Android in Java
3
4
This is standalone, multithreaded, almost or No dependancy ! http server in Java with example use in Android.
5
6
+Features supported
7
+- Support basic GET, POST requests
8
+- Render html files
9
+- Render jpeg,png,gif
10
+- Custom api for dynamic web pages (mvc)
11
+- Support javascript rendring
12
+- Multithreaded, support mulitple client
13
+
14
+What it does not do?
15
+- File upload, video rendering
16
17
18
+# Getting Started
19
## How to use it in Android?
20
21
1. Copy TinyWebServer.java class from src dir to your android project package
0 commit comments