1 रिपॉजिटरी
Libraries designed to implement HTTP server functionality directly within Android applications.
Distinct from Android HTTP Networking Libraries: None of the candidates represent a framework for hosting a server on Android; they focus on networking libraries (clients) or other server types.
Explore 1 awesome GitHub repository matching mobile development · Android HTTP Server Frameworks. Refine with filters or upvote what's useful.
AndServer is a Java library for hosting a lightweight HTTP server and API endpoints directly within an Android application process. It functions as an annotation-based web framework that maps network requests to specific application methods to decouple business logic from network handling. The project distinguishes itself as a mobile network gateway capable of routing incoming traffic and proxying data on an Android device. It includes an embedded static file server for delivering HTML files and web assets from the device to other clients over HTTP. The framework provides a middleware engine
Provides a Java library for hosting a lightweight HTTP server and API endpoints directly within an Android application process.