On Thursday, March 6, 2014 3:59:32 AM UTC+1, fm3391 wrote: > > I am running NodeJS on my Beaglebone Black. I am also running an Apache > web server on my PC. The goal is to serve up a page(s) on the Apache server > that can send socket.io messages to the micro-controller. Any help would > be appreciated >
Since you're using socket.io, I would recommend going for Phusion Passenger + Nginx instead of Apache. Apache's not so good at handling WebSockets while Nginx does an excellent. Phusion Passenger is a Node.js application server, built for Nginx, that makes Node.js deployment on Nginx extremely simple, powerful and performant. You can learn more at https://github.com/phusion/passenger/wiki/Phusion-Passenger:-Node.js-tutorial That link also has a 4 minute intro video that explains the gist of it. -- -- 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.
