I am looking for a solution similar to Aptana's Jaxer where I can execute javascript server side.
相关问题
- Is there a limit to how many levels you can nest i
- How to toggle on Order in ReactJS
- Carriage Return (ASCII chr 13) is missing from tex
- void before promise syntax
- Keeping track of variable instances
You have ASP JScript which works on IIS on the server-side. Its almost like standard JavaScript.
Check out http://nodejs.org/.
It uses the V8 Engine which is the fastest javascript engine.