Open source (Apache license). View benchmark...
docker run rapidoid --help
For a quick start please use the rapidoid-quick module. It includes rapidoid-web, Hibernate, Logback, Hibernate Validator and MySQL Connector.
Running this single line of code will start a web server embedded in your application.
By default, the server listens on port 8888 and address 0.0.0.0 (matching any IP address).
Navigating to http://localhost:8888/size?msg=abc will return 3.
HTTP server routes information:
Verb | Path | Zone | Content type | MVC | View name | Roles |
---|---|---|---|---|---|---|
GET | /size | main | json |
Let's send some HTTP requests and check the results:
HTTP server routes information:
Verb | Path | Zone | Content type | MVC | View name | Roles |
---|---|---|---|---|---|---|
GET POST | /hi | main | html | hi |
Let's send some HTTP requests and check the results:
HTTP server routes information:
Verb | Path | Zone | Content type | MVC | View name | Roles |
---|---|---|---|---|---|---|
GET | /books | main | json | |||
POST | /books | main | json |