Skip to content

Commit 30d2b5f

Browse files
authored
Update README.md
1 parent d348729 commit 30d2b5f

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

README.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,21 @@
11
# Android Web Server (FireFly)
2-
Simple and Low footprint TCP/IP Web Server for Android in Java
2+
Simple and Small footprint TCP/IP Web Server for Android in Java
33

44
This is standalone, multithreaded, almost or No dependancy ! http server in Java with example use in Android.
55

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
619
## How to use it in Android?
720

821
1. Copy TinyWebServer.java class from src dir to your android project package

0 commit comments

Comments
 (0)