Light-weight REST API framework for java
- Write your own code to /src/rest/. (hello.java is example code, you can remove it)
- Change the listening port at /src/Core.java. (8080 as default)
- Move to the root path, use 'ant' to compile codes.
- Run compiled JRest that dropped in the /bin/ directory.
This repo using json-simple to parse JSON formats.