From b9754bb8903bca01344a19b767ce762fd2e54bad Mon Sep 17 00:00:00 2001 From: MATSUMOTO Ryosuke Date: Mon, 29 Jul 2013 07:16:20 -0700 Subject: [PATCH] Updated Related Projects (markdown) --- Related-Projects.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/Related-Projects.md b/Related-Projects.md index c437f88..c67f099 100644 --- a/Related-Projects.md +++ b/Related-Projects.md @@ -27,6 +27,7 @@ * [mruby-md5](https://github.com/mattn/mruby-md5) MD5 digest function by [mattn](https://github.com/mattn) * [mruby-msagent](https://github.com/mattn/mruby-msagent) Microsoft Agent by [mattn](https://github.com/mattn) * [mruby-mtest](https://github.com/iij/mruby-mtest) Minimum Test Framework by [iij](https://github.com/iij) +* [mruby-netlink](https://github.com/matsumoto-r/mruby-netlink) netlink binding by [matsumoto_r](https://github.com/matsumoto-r) * [mruby-oauth](https://github.com/matsumoto-r/mruby-oauth) OAuth binding by [matsumoto_r](https://github.com/matsumoto-r) * [mruby-pack](https://github.com/iij/mruby-pack) Array#pack and String#unpack implementation by [iij](https://github.com/iij) * [mruby-process](https://github.com/iij/mruby-process) Process interface (waitpid, pid, kill, fork, ppid) by [iij](https://github.com/iij) @@ -42,15 +43,19 @@ * [mruby-syslog](https://github.com/iij/mruby-syslog) syslog(3) binding by [iij](https://github.com/iij) * [mruby-tinymt](https://github.com/matsumoto-r/mruby-tinymt) rand srand with [TinyMT](http://www.math.sci.hiroshima-u.ac.jp/~m-mat/MT/TINYMT/index.html) by [matsumoto_r](https://github.com/matsumoto-r) * [mruby-tinyxml2](https://github.com/h2so5/mruby-tinyxml2) TinyXML2 binding by [h2so5](https://github.com/h2so5) +* [mruby-userdata](https://github.com/matsumoto-r/mruby-userdata) usedata for mruby by [matsumoto_r](https://github.com/matsumoto-r) * [mruby-uv](https://github.com/mattn/mruby-uv) Binding for [libuv](https://github.com/joyent/libuv) by [mattn](https://github.com/mattn) * [mruby-v8](https://github.com/mattn/mruby-v8) javascript([v8](https://code.google.com/p/v8/)) binding by [mattn](https://github.com/mattn) * [mruby-zabbix](https://github.com/matsumoto-r/mruby-zabbix) zabbix 2.0 API client using [mruby-httprequest](https://github.com/matsumoto-r/mruby-httprequest) and [mruby-json](https://github.com/mattn/mruby-json) by [matsumoto_r](https://github.com/matsumoto-r) * [mruby-zlib](https://github.com/viking/mruby-zlib) zlib support by [viking](https://github.com/viking) -## Web Interfaces +## Web Server Extensions Interfaces * [mod_mruby](https://github.com/matsumoto-r/mod_mruby) Apache module like mod_lua by [matsumoto_r](https://github.com/matsumoto-r) * [ngx_mruby](https://github.com/matsumoto-r/ngx_mruby) Nginx module like lua-nginx-module by [matsumoto_r](https://github.com/matsumoto-r) + +## Web Interfaces + * [mruby-sinatic](https://github.com/mattn/mruby-sinatic) Sinatra like simple web framework by [mattn](https://github.com/mattn) ## Device / Platform specific