# Feat **Repository Path**: du_chinese/feat ## Basic Information - **Project Name**: Feat - **Description**: 让 Java Web 开发更简洁、更高效、更有趣。 - **Primary Language**: Java - **License**: AGPL-3.0 - **Default Branch**: master - **Homepage**: https://smartboot.tech/feat/ - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 18 - **Created**: 2025-02-07 - **Last Updated**: 2025-02-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ![Logo](logo.svg) [![AGPL License](https://img.shields.io/badge/license-AGPL-blue.svg)](http://www.gnu.org/licenses/agpl-3.0) # Feat Java实现的企业级HTTP服务框架,旨在构建高性能、可扩展和可维护的Web应用程序。 [文档](https://smartboot.tech/feat/) ## 特性 - Http Server & Client - HTTP/1.0, HTTP/1.1, HTTP/2.0 - WebSocket - SSE - Proxy Protocol ## 安装 Install my-project with maven ```xml tech.smartboot.feat feat-core ${feat.version} ``` ## Demo ```java public class HelloWorld { public static void main(String[] args) { Feat.httpServer() .httpHandler(request -> request.getResponse().write("Hello World")) .listen(); } } ``` ## Support For support, email [zhengjunweimail@163.com](mailto:zhengjunweimail@163.com) or submit an issue.