GitHub - tokuhirom/node-mruby

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Repository files navigation

node-mruby

node-mruby is a extension library for node.js. It embeds mRuby into node.js.

node-mruby is...

  • You can call a mruby as a library

preqreuirements

  • bison?
  • make?
  • node.js 0.8.9 or later

BUGS

path for require

path for require is not based on .rb file.

mRuby LIMITATIONS

It's not a node-mruby issue. It's may mruby's.

heredocs

mruby doesn't work with heredocs?