fast-config
Fast configuration utility for Fast Stream HTTP Server
$ npm install fast-config
Example
const get = ; const files = ;// OR, with optionsconst files = ;
Host config example
const get = ;const http = ; // Fast Stream HTTP Serverconst conf = '*': // Host "*" <for all>;;
For more info, consult Fast Stream HTTP Server
fast-config is licensed under the MIT license. See the included LICENSE
file for more details.