Re: [beagleboard] i need help with node.js

2015-01-26 Thread Andrew Snider
Here's a simple tutorial, not of express, but it will get you started & you could adapt express in there pretty easily. http://isolasoftware.it/2012/04/23/beaglebone-and-websockets-a-full-example-that-turn-onoff-a-led/ On Sunday, January 25, 2015 at 7:10:31 AM UTC-6, Günter Pütz wrote: > > Many

Re: [beagleboard] i need help with node.js

2015-01-25 Thread Günter Pütz
Many thanks for your help, William! The link about express you posted is a good start. I have also found out what I was looking for regarding the setup. At this point thanks to Robert as well. Best regards, Günter Am Sonntag, 25. Januar 2015 03:05:20 UTC+1 schrieb William Hermans: > > I think

Re: [beagleboard] i need help with node.js

2015-01-24 Thread William Hermans
I think it is important to understand that Nodejs is javascript *not* java. They are not interchangeable . . . So then if you would like to know how to write a web server using Nodejs, it really depends on what "libraries" you plan on using. Express, is possibly the most well known / used. http://

Re: [beagleboard] i need help with node.js

2015-01-24 Thread Günter Pütz
Thank you Robert! I tried the ports and found out what you wrote. Regards, Günter Am Samstag, 24. Januar 2015 19:14:45 UTC+1 schrieb RobertCNelson: > > On Sat, Jan 24, 2015 at 12:13 PM, Günter Pütz > wrote: > > Thank you William, > > > > but I knew that. My question was how to setup a webser

Re: [beagleboard] i need help with node.js

2015-01-24 Thread Robert Nelson
On Sat, Jan 24, 2015 at 12:13 PM, Günter Pütz wrote: > Thank you William, > > but I knew that. My question was how to setup a webserver with node.js on > the bone. I found out now that the preinstalled webpage runs on the apache > server. Perhaps you have some suggestions how to make a node.js ser

Re: [beagleboard] i need help with node.js

2015-01-24 Thread Günter Pütz
-a-home-security-system-with-beaglebone/book > > http://ca.linkedin.com/pub/bill-pretty/2b/b07/602 > > > > > > *From:* beagl...@googlegroups.com [mailto: > beagl...@googlegroups.com ] *On Behalf Of *Günter Pütz > *Sent:* Saturday, January 24, 2015 6:57 AM &g

RE: [beagleboard] i need help with node.js

2015-01-24 Thread William Pretty Security
[mailto:beagleboard@googlegroups.com] On Behalf Of Günter Pütz Sent: Saturday, January 24, 2015 6:57 AM To: beagleboard@googlegroups.com Subject: [beagleboard] i need help with node.js Hi all, I want to setup a webserver with node.js on the BBB rev.C. Since there is cloud9 and bonescript installed

[beagleboard] i need help with node.js

2015-01-24 Thread Günter Pütz
Hi all, I want to setup a webserver with node.js on the BBB rev.C. Since there is cloud9 and bonescript installed as default, it seems to be just a change of some setup files (scripts?). Unfortunately I couldn't find any tutorial that explains the node.js thing from the ground up. What I know i