# create-skynet **Repository Path**: utmhikari/create-skynet ## Basic Information - **Project Name**: create-skynet - **Description**: a practical solution for launching skynet app xd~ - **Primary Language**: Lua - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-11-15 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # create-skynet A simple launch application for [skynet](https://github.com/cloudwu/skynet) ## Requirements - lua 5.3.5 - skynet prerequisites (see [skynet wiki](https://github.com/cloudwu/skynet/wiki)) ## Usage cd to the root dir and run `./script/start.sh` to start the server basically refer to [skynet_example](https://github.com/cloudwu/skynet_sample) and examples already written in skynet module ## Structure - bin: binaries - config: skynet configs - doc: docs - internal: lower-level services and libraries that can be reused - luaclib: C libraries - lualib: lua libraries - service: lua services - script: scripts for common usage - skynet: skynet SDK - test: libraries and scripts for testing - Makefile