Rob, >From your articles it's not clear exactly what call to action you're trying to make. I scanned over them, particularly part 3, and it seems like progress is already pretty far along? You've got access to your DB in NodeJS.. Are you looking for assistance in writing a Mumps VM that can run Mumps code side-by-side with JS?
Additionally, have you heard of Harmony proxies? Based on what it looks like you're trying to do with your GlobalNode API it seems like it would make the whole thing much easier to consume. Proxies should be available right now in Node by running with the --harmony-proxies flag. On Sat, Jan 26, 2013 at 5:33 AM, rtweed <[email protected]> wrote: > Please see: > > > http://robtweed.wordpress.com/2013/01/26/to-the-node-js-community-healthcare-needs-your-help/ > > > -- > -- > Job Board: http://jobs.nodejs.org/ > Posting guidelines: > https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines > You received this message because you are subscribed to the Google > Groups "nodejs" group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/nodejs?hl=en?hl=en > > > > -- -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines You received this message because you are subscribed to the Google Groups "nodejs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nodejs?hl=en?hl=en
