Skip to content

puniverse/quasar-codeswap-example

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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