Skip to content

Files

Latest commit

9b9958d · May 28, 2020

History

History
27 lines (18 loc) · 506 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 506 Bytes

ring+jetty

Testing whether Ring library can be used in a native binary image with GraalVM.

Usage

Currently testing:

[ring/ring-core "1.8.1"]
[ring/ring-jetty-adapter "1.8.1"]

Test with:

lein do clean, uberjar, native, run-native

On a separate terminal:

$ curl -i http://localhost:3000/
HTTP/1.1 200 OK
Date: Sun, 12 May 2019 21:37:41 GMT
Content-Type: text/html
Content-Length: 13
Server: Jetty(9.4.12.v20180830)

Hello GraalVM