8000 GitHub - funmiayinde/Resty: A minimalist restful frame
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

funmiayinde/Resty

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Resty

Resty is a very lightweight RESTful routing framework, with Resty you can handle url parsing, data encapsulation, Json output, and traditional methods. The requested parameters are method parameters, and the method returns. The value is the return value of the request. The principle is: you will write the method, you will use it.

Since Resty is very simple, it only needs to look at the document to be easy to use. There is no orm provided in Resty, so you also need to choose an orm. It is recommended to use MongoFuse with Resty to experience the rapid development of RESTful and MongoDB.

  • Minimalist design, almost 0 configuration.

  • Beyond the traditional MVC, professional things are done professionally.

  • Support AOP, the interceptor configuration is flexible, and it is easy to check the transmission data with MongoFuse .

  • Support Realtime notification by configuring your email or sms settings in application.properties

  • Support database encryption

Support

You can check Resty-example for example on how to use Resty for you web application

About

A minimalist restful frame

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0