- for installation go to the directory
cd ~/IPED*Development/ where your your node-application is stored
- follow the example of "Express")
- after the installation, add the following line to your server-js-file:
var express = require('express');
var app = express();
- for more information check out the "1. Server-settings" in the "server.js"-file or check out the "dependencies" in the "packages.json"-file
| package |
used for |
| body-parser |
handling JSON-Objects in a POST or PUT method |
| express |
creating a webserver |
| node-neo4j |
the connection to a Neo4J-Database |
| socket.io |
websockets for remote control over a smartphone or any other device |