> * Is there a goal to get node.js fully supported on MinGW?
We are working towards windows support. Currently we are building on
MinGW, although ultimately we are targeting msvc. Whether mingw will
still be supported then is as yet undecided.
> * Is there a goal to get it to run natively?
I don't exactly know what you mean by running natively; does the mingw
build not run natively?
The answer is likely yes.
> * Is there a list of what works and what doesn't work? If not, I'd
> definitely be willing to contribute to some TODO list somewhere...
An outdated todo list is here:
https://github.com/joyent/node/blob/master/TODO.win32
Ryan and I are currently working on liboio (
https://github.com/joyent/
libol/), a new platform layer that supports both the windows and unix
aynchronous i/o models. Finishing that is now my first priority.
Btw, you are welcome to do write a todo list, but I doubt that you
know what to put on it :-)
- Bert