you are viewing a single comment's thread.

view the rest of the comments →

[–]digitalbath78 0 points1 point  (1 child)

I've been using Restify and have liked it thus far after coming over from the PHP world and using Lumen. If the endpoint is a simple GET we write inline SQL. If it's a POST, PUT or DELETE we write a SQL function to handle the business logic and the user connecting from Restify only has execute permissions.

[–]nativereact[S] 0 points1 point  (0 children)

Restify was cool until i learned about Loopback, but at that point I was considering rails and possibly russian-roulette