Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 604 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 604 Bytes

Yoctu Service Websocket

Webserver for yoctu services websocket

Prerequisites

This application is made to be used with yoctu services request and will need a reddis server.

Configuration

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.

Installation

  • Install nodejs
  • Go in the repository
  • npm install
  • nodejs app.js

License

This project is licensed under the GNU GPL 3.0 License - see the LICENSE file for details