Thursday, May 19, 2011

netMonkey

Project Description

netMonkey is a .net wrapper around SpiderMonkey, Mozilla's javascript implementation.
It will let you embed javascript scripts in your app with ease.
It is written in C# 4 and will eventually run on both the .net framework and mono.
Features:

Run on .net framework and mono from any .net compliant language.
Call .net functions and use .net classes straight from javascript.
API looks like C# code as opposed to C code.

Read more: Codeplex