Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/puniverse/quasar-codeswap-example
Quasar Actors Hot Code Swap Example
https://github.com/puniverse/quasar-codeswap-example
Last synced: 4 days ago
JSON representation
Quasar Actors Hot Code Swap Example
- Host: GitHub
- URL: https://github.com/puniverse/quasar-codeswap-example
- Owner: puniverse
- Created: 2014-01-20T15:05:18.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2017-01-11T23:07:24.000Z (almost 8 years ago)
- Last Synced: 2024-04-16T07:14:44.722Z (7 months ago)
- Language: Java
- Size: 118 KB
- Stars: 7
- Watchers: 7
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Quasar Hot Code Swapping Example
## Building
To build the main program:
```sh
./gradlew :quasar-codeswap-main:build
```To build the module:
```sh
./gradlew :quasar-codeswap-module:jar
```(on Windows, `gradlew.bat` instead of `./gradlew`)
## Running
```sh
./gradlew :quasar-codeswap-main:run
```Then, while the program is running in one terminal, do the following in another:
```sh
cp quasar-codeswap-module/build/libs/quasar-codeswap-module.jar modules
```## License
This project is released under the [MIT license](http://opensource.org/licenses/MIT).
Copyright (c) 2014-2016 Parallel Universe