Author: Gurpreet Singh

  • What is RESTful architecture?

    RESTful web services RESTful is a popular architectural style for designing networked applications, particularly the Web services. REST is an acronym of Representational State Transfer, a paradigm described by Roy Fielding in his PhD dissertation in 2000. RESTful is a design of principles and constraints to be used for communicating between the client-side and server-side in a simple,…