Skip to content

puniverse/quasar-codeswap-example

Repository files navigation

Quasar Hot Code Swapping Example

Building

To build the main program:

./gradlew :quasar-codeswap-main:build

To build the module:

./gradlew :quasar-codeswap-module:jar

(on Windows, gradlew.bat instead of ./gradlew)

Running

./gradlew :quasar-codeswap-main:run

Then, while the program is running in one terminal, do the following in another:

cp quasar-codeswap-module/build/libs/quasar-codeswap-module.jar modules

License

This project is released under the MIT license. Copyright (c) 2014-2016 Parallel Universe

About

Quasar Actors Hot Code Swap Example

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages