hero

Moonquakes

A rpc framework, for lightweight cross-language services development.

Quick Start →

Cross-Language

Support php/java/javascript/go now, support more language in the future.

Light-Weight

Only import a component in each framework, communicate each other use tcp or http protocol.

Standard

Using a standard jsonrpc implementation


# Quick Start

# Clone code.
git clone [email protected]:sunquakes/moonquakes.git

cd moonquakes

# Switch to branch main.
git switch main

# Build image.
docker-compose build

# Run docker container.
docker-compose up