This is a node.js execution engine with FFI support for S8, under windows. Built to be used with S8, NodeJS & U8 service. To run the server execute ffi.bat and point your browser to http://127.0.0.1:1337/ To generate another server image use S8 (console) Under "build" folder you have a build.js script to fileIn your app server code and build a server image/application. Edit build.js file to build a new server image and execute the image with nodeFFI.exe The current build.js file build a test server for FFI framework. It will use a custom DLL (under testDLL folder) to evaluate test sets for standard, c calling conventions and callbacks. Requirements: [U8] Node platform files Windows O.S. State of development: - API calls complete and tested. - Callbacks complete and tested. - Async calls (under development - feb,2012) Author: Alejandro F. Reimondo aleReimondo@smalltalking.net License: MIT (see license.txt) References: http://www.aleReimondo.com http://u8.smalltalking.net