Tuesday 18 April 2017

REST API Development Framework

I was searching for some easy REST API Framework but couldn't find one. So thought to make one using Annotations.SimplyREST (http://ift.tt/2pz8cw0) is an easy to use REST API Framework. You can expose REST APIs via Annotations. Just Make some classes and methods (tutorial available in the repo), and Annotate Them with predefined Annotations to expose them.Need help to make it more robust and a good framework that can be relied upon. Feel free to test it out and raise any issues on the GitHub Repository.Moreover, I couldn't find any good Annotation Parser for NodeJS. So I've developed nodeannotations (http://ift.tt/2oMsmjr) and used it in SimplyREST.Use nodeannotations to get a full set of Classes and Methods to parse an Annotated File.

Submitted April 19, 2017 at 06:19AM by ab0027

No comments:

Post a Comment