Architecture of llv8call
llv8call is a good solution for server side javascript.It is composed of three parts.
1. Core
- builtin functions
- ARGV support
- ENV support
- better interactive mode based on libreadline
v8ext is extension library library for v8. This module makes "easy to extend your application, uses v8".
This module provides 2 methods and 1 property
- v8ext.LoadScript()
- v8ext.LoadBinary()
- v8ext.LibraryPath
3.extension libraries
llv8call respects "batteries included" style.
current version provides:
- sqlite3
- libfcgi
- nspr(NetScape Portable Runtime), this module exports File, TCPSocket, UDPSocket, Process Management, Dir, etc.
- libmemcached
- curl