Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/r2dev2/apcsinder
APCS Final Project
https://github.com/r2dev2/apcsinder
Last synced: 22 days ago
JSON representation
APCS Final Project
- Host: GitHub
- URL: https://github.com/r2dev2/apcsinder
- Owner: r2dev2
- Created: 2021-04-05T15:44:47.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-05-26T21:48:08.000Z (over 3 years ago)
- Last Synced: 2024-11-09T06:44:55.528Z (3 months ago)
- Language: Java
- Size: 400 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# APCSinder
Hot singletons in your RAM.
## Usage
To build, execute ``./build``.
To build the jar, execute ``./build jar``.
To run unit tests, execute ``./test``.
To run integration tests, execute ``./test integration``.
To run the server, execute ``./apcsinder server``.
To run the client, execute ``./apcsinder client``.
To run the client with a local server, execute ``./apcsinder client -s http://localhost:8000``.