# chuck **Repository Path**: zhengmz/chuck ## Basic Information - **Project Name**: chuck - **Description**: chuck是linux/freebsd下高效,异步和易于使用的C/Lua网络开发套件,可以帮助你快速的开发基于C/Lua的网络应用程序 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2015-05-19 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README #chuck * first, Chuck is my son's name. * second, Chuck is a high perference,asynchronous and easily use C/Lua network library under Linux/Freebsd. #build download and make [lua 5.3](http://www.lua.org/) static library for c: make libchuck dynamic library for lua: make chuck.so c example: make samples #examples echo server: lua src/samples/lua/echoserver.lua now try telnet to 127.0.0.1 8010. asynchronous redis client: start redis server on 127.0.0.1 6379 lua src/samples/lua/redis_stress.lua