V8引擎的CGI封装 v8cgi
本文导语: v8cgi 是一个小型的 C++ 和 JS 文件的集合,允许开发者在服务器端使用 JS 语言,基本的功能包括 IO、GD、MySQL、Sockets、模板、FastCGI和 Apache 模块。 v8cgi is an embedding of V8, a JavaScript interpreter from Google. v8cgi can be used in many ways; either a...
v8cgi 是一个小型的 C++ 和 JS 文件的集合,允许开发者在服务器端使用 JS 语言,基本的功能包括 IO、GD、MySQL、Sockets、模板、FastCGI和 Apache 模块。
v8cgi is an embedding of V8, a JavaScript interpreter from Google. v8cgi can be used in many ways; either as a CLI (Command-line Interface) program for executing (shell-)scripts, or as an Apache module / CGI binary for creating and serving web pages.
v8cgi ships with various libraries (modules), which provide additional functionality. v8cgi runs on Posix-compliant systems and Microsoft Windows.