kernelsauce / turbo

Turbo is a framework built for LuaJIT 2 to simplify the task of building fast and scalable network applications. It uses a event-driven, non-blocking, no thread design to deliver excellent performance and minimal footprint to high-load applications while also providing excellent support for embedded uses.
http://turbo.readthedocs.io/
Apache License 2.0
527 stars 84 forks source link

incompatible byte code unable to load turbo #279

Closed haripraveenrajt closed 7 years ago

haripraveenrajt commented 8 years ago

hi, im am very new to turbo ,when i tried the following statement

local turbo = require ("turbo")

i am getting the error as incompatible byte code cannot load turbo help me with this

kernelsauce commented 8 years ago

How did you "install" it? What OS, platform?