Trillian, The programmer you seek is between your keyboard and your chair, IN THE FUTURE!
Find some tutorials. Refer to the documentation. Get to hacking. Hang out in the IRC channel. You have a mission now. We will help you, but we will not do it for you, because to do that would rob the future of a Node developer, and that's unethical. On Fri, Apr 26, 2013 at 3:56 AM, trillian <[email protected]> wrote: > Hi Isaac, > > Correct, apologies for the confusion. Node is running on a foreign server > and I'm accessing the node chat window through a browser. Unlikely the devs > will be willing to get involved so any recommendations where I could find a > programmer to code your other suggestion for a local node program to hit the > server endpoints...? > > > On Friday, April 26, 2013 12:02:24 AM UTC+1, Isaac Schlueter wrote: >> >> Hi, Trillian. >> >> Do you mean that it's using Node on the server to build a real-time >> chat in a browser window, when you navigate to a site running on some >> foreign server? >> >> No, there's no way to do that using Node. (After all, it's not Node >> on your computer, it's on theirs, so you'd *hope* it couldn't have >> access to your phone or growl!) >> >> There is an HTML5 notification API, which sounds a bit like what >> you're looking for. Check out >> http://www.html5rocks.com/en/tutorials/notifications/quick/ >> Of course, you'll have to modify the page's JS to use the API, so if >> it's just some thing that you're a user of, you're going to have to >> get the devs to update it. >> >> You could potentially write a node program that runs on your computer >> and hits the server's web endpoints, and then does some fancy stuff. >> That might be cool. >> >> Have fun! >> >> >> On Thu, Apr 25, 2013 at 3:30 PM, José F. Romaniello >> <[email protected]> wrote: >> > W. T. F. >> > >> > El 25/04/2013 19:12, "trillian" <[email protected]> escribió: >> > >> >> About to sign up to a service which uses node.js to provide a real-time >> >> chat window where the info is time sensitive. Is it possible to relay >> >> those >> >> messages to another application in a Windows 7 or Linux VM environment? >> >> eg relay messages to Skype or Growl to then display those messages on >> >> an >> >> iphone? >> >> >> >> Thanks in advance >> >> >> >> -- >> >> -- >> >> 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 >> >> >> >> --- >> >> You received this message because you are subscribed to the Google >> >> Groups >> >> "nodejs" group. >> >> To unsubscribe from this group and stop receiving emails from it, send >> >> an >> >> email to [email protected]. >> >> For more options, visit https://groups.google.com/groups/opt_out. >> >> >> >> >> > >> > -- >> > -- >> > 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 >> > >> > --- >> > You received this message because you are subscribed to the Google >> > Groups >> > "nodejs" group. >> > To unsubscribe from this group and stop receiving emails from it, send >> > an >> > email to [email protected]. >> > For more options, visit https://groups.google.com/groups/opt_out. >> > >> > -- -- 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 --- You received this message because you are subscribed to the Google Groups "nodejs" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
