ArnaudBuchholz / reserve

Lightweight http server configurable using regular expressions
MIT License
21 stars 6 forks source link

yaml support #27

Closed ArnaudBuchholz closed 1 year ago

ArnaudBuchholz commented 4 years ago

Must be through an external module and only for the command line mode

ArnaudBuchholz commented 1 year ago
  1. I don't like yaml
  2. The only dependency free yaml parser (https://www.npmjs.com/package/yaml) is worth 650 K
  3. https://noyaml.com/

if someone wants to use yaml, use a yaml parser to build a JSON and initialize reserve with it.