Øpen discussion around what would need to change in the API to make this work. ``` js Object.keys(new hapi.Server()); ``` Reveals that there are a couple of places we will conflict as is today. The list is surprisingly small. ``` js ['start', 'root', 'log']; ```
Øpen discussion around what would need to change in the API to make this work.
Reveals that there are a couple of places we will conflict as is today. The list is surprisingly small.