Skip to content

Ping pong application built with the GraalVM native-image toolkit

Notifications You must be signed in to change notification settings

kmruiz/vlingo-native-image-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

native-image-ping-pong

This is a sample application written using the vlingo.io platform. There are a few things to consider before building:

  1. Requires a version of vlingo with this PR.
  2. Requires a version of vlingo-build-plugin with this PR

How To Build

It uses a multi-stage Dockerfile to build the native-image. Run the following command in your terminal:

$> docker build -t vlingo/native-image .

And to run the example, run the following command:

$> docker run -it vlingo/native-image vlingo-example

About

Ping pong application built with the GraalVM native-image toolkit

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published