Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/r2dev2/apcsinder

APCS Final Project
https://github.com/r2dev2/apcsinder

Last synced: 22 days ago
JSON representation

APCS Final Project

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``.