Skip to content

Commit 5e98b42

Browse files
Konstantin BurkalevKonstantin Burkalev
authored andcommitted
Docs fix
1 parent b7ba6f0 commit 5e98b42

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Description
2525

2626
Wiola implements [WAMP](http://wamp.ws) v2 router specification on top of OpenResty web app server,
2727
which is actually nginx plus a bunch of 3rd party modules, such as lua-nginx-module, lua-resty-websocket,
28-
lua-resty-redis and so on.
28+
lua-resty-redis, lua cjson and so on.
2929

3030
wiola supports next WAMP roles and features:
3131

@@ -59,7 +59,8 @@ To use wiola you need:
5959
* lua-resty-websocket module
6060
* lua-resty-redis module
6161
* luajit
62-
* [lua-MessagePack](http://fperrad.github.io/lua-MessagePack/) library
62+
* Lua CJSON library
63+
* [lua-MessagePack](http://fperrad.github.io/lua-MessagePack/) library (optional)
6364
* Redis server
6465

6566
Instead of compiling lua-* modules into nginx, you can simply use [OpenResty](http://openresty.org) server.
@@ -216,6 +217,7 @@ See Also
216217
* [lua-resty-websocket](https://github.com/agentzh/lua-resty-websocket)
217218
* [lua-resty-redis](https://github.com/agentzh/lua-resty-redis)
218219
* [Redis key-value store](http://redis.io)
220+
* [Lua CJSON](http://www.kyne.com.au/~mark/software/lua-cjson.php)
219221
* [lua-MessagePack](http://fperrad.github.io/lua-MessagePack/)
220222

221223
[Back to TOC](#table-of-contents)

0 commit comments

Comments
 (0)