My favorites | Sign in
Project Home Downloads Wiki Issues Source
Project Information
Members
Featured
Downloads

llv8call

This library provides native features for v8.

  • Linux
  • Win32
  • FreeBSD
  • MacOS X

repos

svn co http://svn.coderepos.org/share/lang/cplusplus/llv8call/

Usage

% llv8call
V8 version 0.3.4.1, llv8call version 0.31
llv8call> var f = new File("/etc/passwd", "r");
llv8call> f.close();

Features

core features

  • File()
  • Dir()
  • System vars
  • STDIN/STDOUT/STDERR
  • Process Management
  • Load Dynamic Library
  • require()
  • Socket
  • libxml support

standard extensions

  • libmemcached support
  • libfastcgi support
  • sqlite3 support
  • curl support

misc

  • better shell.cc with libreadline =)

manual

discussion

maling list is here.

http://groups.google.co.jp/group/llv8call-dev

related projects

  • http://code.google.com/p/v8r/
    • very similar project
    • but, llv8call is just a "LIBRARY"
  • counterpart
    • very similar. but standalone command?
    • doesn't worked yet?
  • http://www.bitbucket.org/dfdeshom/v8onpython/src/
Powered by Google Project Hosting