Updated Related Projects (markdown)

mattn
2012-12-25 05:22:46 -08:00
parent 60fc1f22a5
commit 27239710f5
+1
@@ -4,6 +4,7 @@
* [mrb-http](https://github.com/mattn/mruby-http) Binding for [http-parser](https://github.com/joyent/http-parser) by [mattn](https://github.com/mattn)
* [mruby-md5](https://github.com/mattn/mruby-md5) MD5 digest function by [mattn](https://github.com/mattn)
* [mruby-sha1](https://github.com/mattn/mruby-sha1) SHA1 digest function by [mattn](https://github.com/mattn)
* [mruby-base64](https://github.com/mattn/mruby-base64) base64 encode/decode function by [mattn](https://github.com/mattn)
* [mruby-json](https://github.com/mattn/mruby-json) JSON encoder/decoder using [parson](https://github.com/kgabis/parson) by [mattn](https://github.com/mattn)
* [mruby-sqlite3](https://github.com/mattn/mruby-sqlite3) [SQLite3](http://www.sqlite.org/) database driver by [mattn](https://github.com/mruby-sqlite3)
* [mruby-redis](https://github.com/matsumoto-r/mruby-redis) redis client using [hiredis](https://github.com/redis/hiredis) by [matsumoto_r](https://github.com/matsumoto-r)