惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

酷 壳 – CoolShell
酷 壳 – CoolShell
H
Hacker News: Front Page
P
Palo Alto Networks Blog
T
ThreatConnect
Apple Machine Learning Research
Apple Machine Learning Research
博客园_首页
T
True Tiger Recordings
P
Privacy & Cybersecurity Law Blog
B
Blog
IT之家
IT之家
Last Week in AI
Last Week in AI
F
Full Disclosure
Hacker News: Ask HN
Hacker News: Ask HN
C
Comments on: Blog
Microsoft Azure Blog
Microsoft Azure Blog
C
Cybersecurity and Infrastructure Security Agency CISA
Microsoft Security Blog
Microsoft Security Blog
博客园 - 【当耐特】
N
News and Events Feed by Topic
NISL@THU
NISL@THU
腾讯CDC
雷峰网
雷峰网
Security Latest
Security Latest
李成银的技术随笔
M
Microsoft Research Blog - Microsoft Research
L
LangChain Blog
L
Lohrmann on Cybersecurity
cs.CL updates on arXiv.org
cs.CL updates on arXiv.org
C
Check Point Blog
Y
Y Combinator Blog
Recent Announcements
Recent Announcements
博客园 - Franky
N
News | PayPal Newsroom
V
V2EX
A
About on SuperTechFans
The Register - Security
The Register - Security
月光博客
月光博客
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
Google Online Security Blog
Google Online Security Blog
MyScale Blog
MyScale Blog
Cisco Talos Blog
Cisco Talos Blog
Vercel News
Vercel News
WordPress大学
WordPress大学
C
Cyber Attacks, Cyber Crime and Cyber Security
The Hacker News
The Hacker News
IntelliJ IDEA : IntelliJ IDEA – the Leading IDE for Professional Development in Java and Kotlin | The JetBrains Blog
IntelliJ IDEA : IntelliJ IDEA – the Leading IDE for Professional Development in Java and Kotlin | The JetBrains Blog
爱范儿
爱范儿
A
Arctic Wolf
L
LINUX DO - 最新话题
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More

博客园 - Roland

几个基本的计算机概念 Silverlight 5几个不错的新特性 无光驱采用U盘安装完整版xp javascript 日期格式化(转) jQuery URL Parser 帮助 使用ANTLR进行命令行参数解析 使用VSTA定制二次开发IDE(一) 探讨Antlr中文文法与英文文法的差异 .net与java中关于访问性的差异 基础知识之vb.net的拷贝构造函数 垃圾回收浅谈 ASP.NET 页面对象模型[转自Msdnchina] dotnetnuke小结 dotnetnuke中皮肤管理小问题 DNN中令人困惑的用户管理机制 第一次学习dotnetnuke [转帖]怎样成为优秀的软件模型设计者? [转帖]论程序设计方法 让VFP回到旧时代
.net环境下的javascript引擎汇总
Roland · 2011-07-18 · via 博客园 - Roland

Jint –比较早的引擎,不依赖于DLR, 性能较差,且有缺陷,没有全部支持ECMAScript 3.0, http://jint.codeplex.com/

Jurassic – 基于.net 4的引擎,编译为CLI执行,但性能比不上V8, http://jurassic.codeplex.com/ 

Ironjs - 基于DLR的引擎,据说性能能与V8相提并论,但仍在开发中,https://github.com/fholm/IronJS,博客:http://ironjs.wordpress.com/

Rhino JavaScript 这是Java语言的引擎,但通过IKVM.NET可以编译到.net下。

RemObjects Script for .NET 一个基于DLR的引擎,但免费使用有限制。

以上引擎在老赵的博客(http://blog.zhaojie.me/2010/11/execute-javascript-at-server.html)中有较详细介绍。

其它还有:

jish 包括一个js.net,这是对V8引擎的一个.net封装。https://github.com/gatapia/jish 

javascript.net 这是一个对V8引擎的封装,不过作者最后一次更新是在2010-9-16号,仍然是Beta版 http://javascriptdotnet.codeplex.com/

V8sharp是另一个对V8引擎的封装,不过至今尚无可下载版本,可以下载源码研究一下,http://v8sharp.codeplex.com/ (从2010开始没有更新了)