At Agira, Technology Simplified, Innovation Delivered, and Empowering Business is what we are passionate about. We always strive to build solutions that boost your productivity.

How To Secure Node.js RESTful APIs With JSON Web Tokens

  What Is JSON Web Token? JSON Web Token (JWT) is an open standard (RFC 7519) that defines a compact and self-contained way for securely transmitting information between parties as a JSON object. This information can be verified and trusted because it is digitally signed. JWTs can be signed using a secret (with the HMAC […]

  • Manigandan
    Manigandan
  • September 18, 2018

How To Build A Node.js API In 30 Minutes

The purpose of this blog is to guide you through writing a basic node.js CRUD (CREATE, READ, UPDATE, DELETE) API which you can use as a foundation for any of your applications. Though there are many node.js frameworks like Hapi, Sails, I wrote these Node.js API with an express framework, because it is very simple […]

  • Ramya Venkatesan
    Ramya Venkatesan
  • August 23, 2018