1config BR2_PACKAGE_TURBOLUA 2 bool "turbolua" 3 depends on BR2_PACKAGE_LUAJIT 4 help 5 Turbo.lua is a framework built for LuaJIT 2 to simplify the 6 task of building fast and scalable network applications. It 7 uses a event-driven, non-blocking, no thread design to deliver 8 excellent performance and minimal footprint to high-load 9 applications while also providing excellent support for 10 embedded uses. The toolkit can be used for HTTP REST API's, 11 traditional dynamic web pages through templating, open 12 connections like WebSockets, or just as high level building 13 blocks for native speed network applications. 14 15 http://www.turbolua.org 16 17comment "turbolua needs LuaJIT" 18 depends on !BR2_PACKAGE_LUAJIT 19