When I run my code in the terminal, I get this error / message:
module 'socket.http' not found: no field package.preload['socket.http'] no file '/usr/local/share/lua/5.2/socket/http.lua' no file '/usr/local/share/lua/5.2/socket/http/init.lua' no file '/usr/local/lib/lua/5.2/socket/http.lua' no file '/usr/local/lib/lua/5.2/socket/http/init.lua' no file './socket/http.lua' no file '/usr/local/lib/lua/5.2/socket/http.so' no file '/usr/local/lib/lua/5.2/loadall.so' no file './socket/http.so' no file '/usr/local/lib/lua/5.2/socket.so' no file '/usr/local/lib/lua/5.2/loadall.so' no file './socket.so'
Some sources made me look into LuaSocket , but I still don't know what to do or how to install it.
Alex source share