jfilby / nexus

A Nim web framework with batteries included
Apache License 2.0
101 stars 3 forks source link

Make the low-level web framework pluggable #5

Open jfilby opened 2 years ago

jfilby commented 2 years ago

Right now the low-level web framework used by Nexus is Jester. However some people prefer Prologue, and there could be other options in the future. For that reason the user should be able to make this choice via a high-level configuration option in nexus.yaml.