Webserver for yoctu services websocket
This application is made to be used with yoctu services request and will need a reddis server.
This app needs just some minor configuration:
- the port on which the service will be available
- the credentials for the reddis server
- a list of yoctu services and their corresponding configuration.
- Install nodejs
- Go in the repository
- npm install
- nodejs app.js
This project is licensed under the GNU GPL 3.0 License - see the LICENSE file for details