Overview
Wertik-JS is a lightweight Node JS framework that allows users to quickly set up servers with support for various features such as MySQL database, emailing, GraphQL, modules, REST API, storage, sockets, cron jobs, Redis, and logger. It aims to simplify the process of building small projects like task management or a blog application by providing easy-to-use modules and useful features.
Features
- MySQL Database: Easily integrate MySQL database into your application.
- Emailing: Send emails from your server using Wertik-JS.
- GraphQL: Use GraphQL for efficient data fetching and manipulation.
- Modules: Create modules with CRUD operations.
- REST API: Build RESTful APIs with ease.
- Storage: Store and retrieve files using Wertik-JS’s storage feature.
- Sockets: Implement real-time communication through WebSockets.
- Cron Jobs: Schedule tasks to run at specific intervals.
- Redis: Utilize Redis for caching and high-performance data storage.
Installation
To install Wertik-JS, you can use either Yarn or NPM.
Yarn:
yarn install wertik-js
NPM:
npm install wertik-js
Summary
Wertik-JS is a lightweight Node JS framework that simplifies the process of setting up servers with support for various features such as MySQL database, emailing, GraphQL, modules, REST API, storage, sockets, cron jobs, Redis, and logger. It provides an easy-to-use interface for building small projects and offers useful functionalities like real-time communication, file storage, and task scheduling. With its clean and easy setup, Wertik-JS is a convenient choice for developers looking to quickly create web applications.