github.com/anuvu/tyk@v2.9.0-beta9-dl-apic+incompatible/coprocess/lua/README.md (about)

     1  # Coprocess (Lua)
     2  
     3  This feature makes it possible to write Tyk middleware using [Lua](https://www.lua.org/).
     4  
     5  The requirement is to have [lua-cjson](http://www.kyne.com.au/~mark/software/lua-cjson.php) installed, an easier way of getting it is by using `luarocks`:
     6  
     7  ```
     8  % luarocks install lua-cjson
     9  ```