https://github.com/utmhikari/create-skynet
a practical solution for launching skynet app xd~
https://github.com/utmhikari/create-skynet
game-server lua skynet
Last synced: 16 days ago
JSON representation
a practical solution for launching skynet app xd~
- Host: GitHub
- URL: https://github.com/utmhikari/create-skynet
- Owner: utmhikari
- Created: 2019-07-06T13:09:26.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2020-01-30T09:58:53.000Z (over 6 years ago)
- Last Synced: 2025-02-28T18:16:30.946Z (over 1 year ago)
- Topics: game-server, lua, skynet
- Language: Lua
- Size: 3.96 MB
- Stars: 0
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
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