Yes, I've used it only for prototyping. Didn't realise this is a production grade solution.
back
1 comments
From looking at code.. I think this is basically they bootstrapped all the rest endpoints..so you describe your 'Service' ..say Users...and add any custom configs, then pipe it through the Server and it auto adds the endpoints to create, update, store, delete, etc... So where you'd normally create a controller w/ all those in you can skip that.