Projects
Open Source Projects
-
@devnetic/KiirusORM: Relational Database ORM for Node.js.
-
@devnetic/static-site-generator: A static site generator for Node.js.
-
@devnetic/KiirusDB: A document-oriented NoSQL database, written entirely in JavaScript (the project is on standby for some time while I’m working in my other projects).
-
@devnetic/cli: A tool for rapidly parse command line arguments and create command line applications.
-
@devnetic/load-env: Zero-dependencies module to work with environment variables from .env files, or any .dot files with the same structure.
-
@devnetic/utils: Common utils for every single day tasks.
-
@devnetic/router: Zero-dependencies router to match URLs.
-
@devnetic/fetch: The Fetch package provides an interface for fetching resources (including across the network). This package it's a wrapper around http|https Node.js native packages.
-
@devnetic/server: A simple, modern, and blasing fast server for Node.js, with a router module to make your life easier.
-
Express REST API Boilerplate: Complete boilerplate to start your new Node.js REST API. Includes Sequelize, Docker, and Docker Compose.