hgwood / falcorception

The application from my talk "Kill all the REST with the Falcor"
MIT License
9 stars 2 forks source link

Make configured routes actually respond to requests #27

Closed hgwood closed 8 years ago

hgwood commented 8 years ago

As of now, routes return a fake response, but only if the server was restarted between their creation and the call. Hot mounts are not supported. It needs to be implemented for this issue to be closed.