# light-rest-4j **Repository Path**: mirrors_networknt/light-rest-4j ## Basic Information - **Project Name**: light-rest-4j - **Description**: A RESTful framework built on top of light-4j with both Swagger 2.0 and OpenAPI 3.0 supports - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-19 - **Last Updated**: 2026-01-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README A RESTful API or service framework built on top of light-4j [Stack Overflow](https://stackoverflow.com/questions/tagged/light-4j) | [Google Group](https://groups.google.com/forum/#!forum/light-4j) | [Gitter Chat](https://gitter.im/networknt/light-rest-4j) | [Subreddit](https://www.reddit.com/r/lightapi/) | [Youtube Channel](https://www.youtube.com/channel/UCHCRMWJVXw8iB7zKxF55Byw) | [Documentation](https://doc.networknt.com/style/light-rest-4j/) | [Contribution Guide](https://doc.networknt.com/contribute/) | [![Build Status](https://travis-ci.org/networknt/light-rest-4j.svg?branch=master)](https://travis-ci.org/networknt/light-rest-4j) [![codecov.io](https://codecov.io/github/networknt/light-rest-4j/coverage.svg?branch=master)](https://codecov.io/github/networknt/light-rest-4j?branch=master) This repository contains middleware handlers that work with either Swagger 2.0 or OpenAPI 3.0 specification. If you are starting a brand new project, it is highly recommended using the OpenAPI 3.0 specification for your design. To get started your first project, please visit the [getting started](https://doc.networknt.com/getting-started/light-rest-4j/) to walk through the process. For documentation on the handlers, please visit the [reference document](https://doc.networknt.com/style/light-rest-4j/). There are also numeric [tutorials](https://doc.networknt.com/tutorial/rest/) to show users how to build Restful services.