AndServer
Web server and web framework of Android platform
AndServer is an embedded HTTP server, web framework, and reverse proxy designed for Android applications. It can host static HTML sites directly from a device or expose dynamic HTTP APIs. Its annotation model resembles Spring MVC, including controllers, route mappings, path variables, query values, and request parameters. Developers can configure ports, timeouts, listening addresses, socket factories, and SSL contexts through a builder API.