Njs2 Framework
The primary objective of the Njs2 Framework is to reduce the developer’s effort on initial setup to start any project and force team members to follow the same coding standards thought the project. It also reduces the overhead on miscellaneous works like creating documentation, implementing authentication systems, and database connectivity.
Rest API endpoint
Create rest endpoints in seconds using njs2-cli. This creates a skeleton from where the developer can start writing their business logic.
Server vs Serverless
Run it on a classic server via your favorite Express or in AWS Serverless platform. It’s just a matter of few commands.
Authentication system
To make life simpler we have a built-in authentication system via JWT and JWT+Database tokens. You just need to configure it in the config file and start using it.
Postman integration
When it comes to testing API’s there is nothing better than our favorite tool Postman. And to make it more simple we generate a postman script that can be directly integrated with the postman editor.
Custom routing
Did you change your mind? Need to change your endpoint name now. It’s much easier now, you can also pass pretty URLs now.
Localization support
Having customers from multiple countries? We got your back!