index.js - Niten001/DaedalSmartShower GitHub Wiki
This file contains the code for the entry point of this repository, this file sets up the server and manages the connections and all the other JavaScript files in this repository.
Functions
Title | Description |
---|---|
Global Variables
Title | Description |
---|---|
express | Provides an entry point for the express library. |
app | Initiates a new express object and represents that object. |
parser | Provides an entry point for the body-parser library. |