turbo
turbo copied to clipboard
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...
The SHA1 algorithm is deprecated and broken. Replacing it with SHA2 or SHA3 should do the trick. Also, it could be useful to expose more cryptographic functions, such as symmetric...
Hi guys, I would like to add support for the aarch64(ARM64) architecture because now more and more development boards are produced with that architecture. Could someone give me some general...
In my index.html I am trying to load a js script (my.js) by: ```javascript ... ``` On the server I am using the following: ```javascript local webApp = turbo.web.Application:new({ {"^/$",...
Hi all i am a new in Turbo user, here i facing a problem when execute helloworld.lua after successfully install Turbo, please kindly give some suggestion for this Appreciate~ Here...
Hi, I'm seeing increase in CPU usage after getting request and it's coming down after returning response During request processing Server.lua is taking more than 50% of cpu How we...
In Alpine Linux we are using libssl1.1 which seems incompatible with lua-turbo. ``` crypto_linux.lua:77: Symbol not found: SSL_load_error_strings ```
When i am trying a user-only installation of turbo, it fails as it tries to install files under /usr/...: ``` shell $ luarocks install turbo --local Installing https://luarocks.org/turbo-2.0-1.rockspec... Using https://luarocks.org/turbo-2.0-1.rockspec......
@kernelsauce **Could you please explain whether the behaviour mentioned below is expected:** **I am having a simple application , the source code of which is as mentioned below -** ```...
Do we have any option to limit number of request to turbo like 10 or 20 at same time or allow only 3 request from single ip? If there is...