# RPCSimple **Repository Path**: accuser/RPCSimple ## Basic Information - **Project Name**: RPCSimple - **Description**: 使用Scala语言简单实现RPC框架 - **Primary Language**: Scala - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2017-10-26 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 使用Scala语言简单实现RPC框架 使用到的知识点 case class; case object; match; trait;