# microsky **Repository Path**: NongPP/microsky ## Basic Information - **Project Name**: microsky - **Description**: 本项目是用于研究微服务的 基于skynet 研究Actor模型 RPC Protobuf MongoDB - **Primary Language**: C - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-03-15 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # microsky Microsky 是一个用于实验并研究一些新技术的小框架 这个是基于skynet 并对它进行自己的裁减处理 主要用于研究和实验一些自己想要验证的东西 如: 1.微服务 2.MongoDB 3.Actor模型 4.Protobuf 5.RPC 6.RESTFul ## Build 当前仅支持Linux编译 ``` git clone https://gitee.com/BradNong/microsky.git cd microsky make ``` ## Test Run these in different consoles: ``` ./skynet examples/config # Launch first skynet node (Gate server) and a skynet-master (see config for standalone option) ./3rd/lua/lua examples/client.lua # Launch a client, and try to input hello. ```