Note: This project is in the design phase.
V7 is a C/C library that implements Javascript engine. It is intended to be embedded into other programs to allow scripting and configuration, but also it could be used as stand-alone JS interpreter in scripts. Small size and simplicity are V7's main design driving factors.
- Small footprint, under 100 kilobytes of compiled x86 code
- Simple API, easy C/C interoperability
- Standard library with file IO, BSD sockets interface, and more
To retain it's small size, V7 does not implement full ECMAScript specification.
Please take a look at websocket.js
TBD
TBD