Another Node.js Server framework to create microservices or huge monoliths.
- Open Api specification.
- Cron functions to execute code in intervals
- Cached functions to save concurrent data, you can upgrade to Redis.
- CLI tool to quickly create new views and API routes.
- Authentication middlewares.
- Cookies management.
- Tons of utilities to cypher data, search, handle responses, generate automatic IDs and so on.
- Own logs management to handle errors or queue messages.
- Multiple database engine handle, only you need to write your datasource.
- Isolated core code to be upgraded more easily.
- API Rest routes handling.
- Entity models specification.
- Event-driven architecture to communicate another services or frontend clients.
Step 1. Install Loom to easily manage files and project
npm install --save @link-loom/sdk
Step 1. Install Loom to easily manage files and project
npm install -g @link-loom/cli
Step 2. Create a project with cli tool and follow instructions
link-loom -n name-of-project
Step 1. Install the npm dependencies
npm install
- Go to ./config folder
- Copy template.json file
- Change new file name to default.json
- Change all configurations you need
- Go to Veripass
- Create a free account
- Create your organization, project and app
- Get a Developer API Key
- Setup all your environment variables
- Return to your project
- Setup your API Key and Veripass URL into your SO environment variables
npm run
Navigate to:
Warning: If you change your default port, you need to change in the previous route
Warning: If you change your default port, you need to change in the previous route
For all docs you need go to Wiki in this project.
The code is available under the GNU GENERAL PUBLIC LICENSE.