Best choice for haxe server side target

How To Have Comments In Haxe Be In Target Languages?

May help with both debugging and also use by other projects.
Towards the end of the discussion thread there is working code that I have been using now for over a week. Having comments as part of Haxe compile to target languages has saved me time debugging when working on about 10+ K lines of Haxe with 3+ K lines of comments in my “Hobby” project (and allowed an unexpected bonus to a primary goal).

@Melon
Welcome to Haxe Forum!

Readability
is a primary idea I use when typing in code and comments;
No matter what programming language I am using.

I think of source code as being like a database. Often databases are optimized for Read operations more than Write ops. I optimize my source code for Read operations by us Humans.

If I can save someone Reading the sources 10 seconds by doing 1 minute of typing then that is what I do. I call myself a Lazy software developer but in this case the Lazy part is for Future Ease of Reading.