1

I have lots of code written on Java that actively interacts with file system. I have rewritten part of this code to NodeJS (on CoffeeScript), and it works fine. But all this I did manually. The question is: are there any tools that can perform such a conversion?

I'm ready to use MPS for writing my own generator but this is not the easiest way.

So, any suggestions?

1
  • I don't think there is such a tool yet. Commented Apr 19, 2012 at 4:40

2 Answers 2

1

There is no such generic tool, since duplicating all existing Java API into Node.js equivalents would be prohibitively expensive for very little gain.

You could always shell out to a Java process from Node.js.

Sign up to request clarification or add additional context in comments.

Comments

0

GWT would be the closes way of converting Java to javascript. unfortunately there isn't a way to to convert it to NodeJS

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.