- 授权协议: MIT
- 开发语言: Google Go JavaScript
- 操作系统: Linux
- 软件首页: https://github.com/ry/v8worker
- 软件文档: https://godoc.org/github.com/ry/v8worker
软件介绍
v8worker 是 V8 的 Go 语言封装版本。输出一个非堵塞消息传递接口到 V8 引擎。Go 和 JavaScript 通过消息的收发进行交互。V8 只在计算 JavaScript 的时候堵塞 goroutine 线程,没有任何 syscalls 系统调用。只提供三个内建函数 javascript:$print(string), $send(msg), 和 $recv(callback).
JavaScript and Ajax for the Web, Sixth Edition
Tom Negrino、Dori Smith / Peachpit Press / August 28, 2006 / $24.99
Book Description Need to learn JavaScript fast? This best-selling reference’s visual format and step-by-step, task-based instructions will have you up and running with JavaScript in no time. In thi......一起来看看 《JavaScript and Ajax for the Web, Sixth Edition》 这本书的介绍吧!
