-
Notifications
You must be signed in to change notification settings - Fork 0
(V3.0) Required Node packages
Nicho S. edited this page May 16, 2014
·
1 revision
- 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 |
IPED Development 2015 Sitcom Lab, Institute for Geoinformatics, University of Muenster
Contributors Nicholas Schiestel, Morin Ostkamp, Tobias Brüggentisch