waffle
waffle copied to clipboard
Fast, asynchronous web framework for Lua/Torch
Dear Developer, I really liked your module for the waffle web server, but when I run the examples, the waffle.lua module is not found for some reason. Downloaded the entire...
I'm running this on an Arch linux chroot environment on Termux. I had to compile Async myself due to implicit fallthrough errors. Any and all code I try to run...
I got this kind of error during a POST Request from POST/api/v1/ /root/torch/install/bin/luajit: /root/torch/install/share/lua/5.1/waffle/request.lua:67: attempt to index local 'ctype' (a nil value) stack traceback: /root/torch/install/share/lua/5.1/waffle/request.lua:67: in function '_getform' /root/torch/install/share/lua/5.1/waffle/request.lua:140: in...
I have the other php server and want to make the http get to this waffle lua server. But it always displays the following error: `XMLHttpRequest cannot load http://[LUA SERVER]/query?q=hi....
ipv6
Is it possbile to use waffle in ipv6 only envirement? I tried different --host params but can't recieve a result. th daemon.lua --debug --print --port 8091 --host ::1 Listening on...