muggezifter / khl4express

Server for the KHL4 multimedia installation, built with Node.js/Express
0 stars 0 forks source link

khl4express

This is the server for the KHL4 multimedia installation

It is built using the Express framework. For persistance it uses MongoDB with Mongoose ODM

Start the server with yarn start

If you want to start the server while the pd clients are not available use export NO_PD=true && yarn start