Links

Debugger

Applikation im Debugger starten: node --inspect index.js

Applikation im Debugger mit Break on First line starten: node --inspect-brk index.js

Mit den Chrome Dev Tools verbinden: chrome://inspect

Anleitung für:

Template engine

npm install ejs

Zertifikate

```openssl req -new -x509 -key localhost.key -out localhost.cert -days 9999 -subj /CN=localhost