Your new post is loading...
Your new post is loading...
Benjamin Dean's curator insight,
February 17, 2014 10:11 AM
This should have a McDonald's logo on it because... I'm lovin' it.
Greg Thompson's curator insight,
October 30, 2013 6:30 AM
The best way to create a server on a Raspberry Pi is to use Node.js, Express and all the available community packages for that environment. |
|
node.js advantage is
1. It has a small footprint
2. The event-based nature of Node.js helps keep servers from getting bogged down handling time consuming tasks.
On the other hand, other async frameworks are ruby(event machine), python(twisted), netty, nginx. You can consider other technology to devops tool for using interaction service.