Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 257 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 257 Bytes

golang-gin-lua

This is a simple golang webserver using gin that invokes lua scripts. This repo is for educational usage currently.

Testing

curl -u user1:password1 -X POST http://localhost:8080/runLuaFile/test.lua -d '{"name":"John Doe"}'