Skip to content

milkmeat/skynet

This branch is 1257 commits behind cloudwu/skynet:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

9067b9c · Feb 20, 2015
Feb 14, 2015
Feb 6, 2015
Feb 11, 2015
Feb 20, 2015
Oct 28, 2014
Feb 9, 2015
Dec 15, 2014
Dec 11, 2014
Sep 2, 2014
Apr 21, 2014
Jan 21, 2015
Mar 26, 2014
Feb 9, 2015
Jan 20, 2015
Jun 18, 2014

Repository files navigation

Build

For linux, install autoconf first for jemalloc

git clone https://github.com/cloudwu/skynet.git
cd skynet
make 'PLATFORM'  # PLATFORM can be linux, macosx, freebsd now

Or you can :

export PLAT=linux
make

For freeBSD , use gmake instead of make .

Test

Run these in different console

./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.

About Lua

Skynet now use lua 5.3.0 final, http://www.lua.org/ftp/lua-5.3.0.tar.gz

You can also use the other offical lua version , edit the makefile by yourself .

How To (in Chinese)

About

A lightweight online game framework

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 70.8%
  • Lua 22.5%
  • HTML 3.8%
  • C++ 2.0%
  • Makefile 0.9%