Search code examples
restsails.jsjson-api

Sails.js REST server based on jsonapi.org specification


I need to develop REST server strictly accrding to jsonapi.org specification and I'm not sure if there is some complex solution or even if it's easy to develop such thing.

I've found sails-hook-jsonapi, but it looks unmaintained for some time.

I'm new to Sails and not aware of all it's features and would appreciate any help, I may missed something obvious.


Solution

  • Long story short - there is no way to do it out of the box with little time investment. At least for now. But sails-hook-jsonapi looks like good starting point, repository seems to be active now.

    I've done project prototype on loopback.io framework, because I was in hurry and loopback had better jsonapi support.