Added documentation

This commit is contained in:
alexandercerutti
2018-09-12 23:01:40 +02:00
parent d9423cddd4
commit 019561ec83
4 changed files with 687 additions and 0 deletions

View File

@@ -1,6 +1,7 @@
/*
* Generic webserver instance for the examples
* @Author Alexander P. Cerutti
* Requires express to run
*/
const express = require("express");