clj-easy / graal-docs

Scripts and tips to get Clojure latest working with GraalVM latest
Eclipse Public License 1.0
387 stars 20 forks source link

Experiment with natively compiling a simple web app #16

Open lread opened 4 years ago

lread commented 4 years ago

On Slack, @borkdude had the idea of trying to natively compile a relatively simple web app.

Perhaps this one: https://github.com/borkdude/who-follows-me

If someone has already done this type of thing please let us know.

borkdude commented 3 years ago

Full example here: https://github.com/yogthos/graal-web-app-example Babashka now contains a web server as well.