Skip to content
Ray edited this page Nov 3, 2017 · 1 revision

Motan

Overview

Motan is a remote procedure call(RPC) framework for rapid development of high performance distributed services.

Motan-go is the golang implementation of Motan

Features

  • Support golang client, server and agent to interactive with other language implements of motan through motan2 protocol.
  • Provides cluster support and integrate with popular service discovery services like Consul or Zookeeper.
  • Supports advanced scheduling features like weighted load-balance, scheduling cross IDCs, etc.
  • Optimization for high load scenarios, provides high availability in production environment.

Contents

  • Quick Start
    • Using Motan-go in single machine environment
    • Using Motan-go in cluster environment
    • Using Motan-go agent in proxy environment
  • User Guide(Preparing)
    • Overview(Preparing)
    • Use Motan(Preparing)
    • Configuration(Preparing)
    • Managing and Monitoring(Preparing)
  • Develop Guide(Preparing)
  • FAQ
Clone this wiki locally