Search results

15 packages found

The server from palmares, this is what you will use generally to make HTTP requests

published 0.0.1 7 months ago
M
Q
P

The palmares standard library, this is used to interact with the environment we are working with, it can be a browser, node.js, bun, deno or whatever runtime. The standard library should include interfaces that we can extend in whatever environment we are

published 0.0.1 7 months ago
M
Q
P

Add support for working with databases with palmares framework

published 0.0.1 7 months ago
M
Q
P

This package is responsible for validating incoming requests and format how the requests are sent to the user.

published 0.0.1 7 months ago
M
Q
P

This is the events framework for palmares, it's responsible for handling everything that is Pub/Sub like websockets, pub/sub like redis, and other types of asynchronous background tasks

published 0.0.1 7 months ago
M
Q
P

This is the core part of the palmares framework, palmares is a framework heavily inspired by django and nestjs core ideas

published 0.0.3 7 months ago
M
Q
P

Palmares logging interface so you can log it to the console or other places as well

published 0.0.1 7 months ago
M
Q
P

This is the adapter for express framework to work with Palmares framework

published 0.0.1 7 months ago
M
Q
P

Adds support for websockets on the Palmares framework

published 0.0.1 7 months ago
M
Q
P

This is the nodejs standard library, it uses the std interfaces to interact with the environment so palmares can work with the same APIs without worrying about the environment it is running on.

published 0.0.1 7 months ago
M
Q
P

This is the engine that wraps the hole sequelize interface in a way palmares can understand and have full control of

published 0.0.1 7 months ago
M
Q
P

The default implementation for redis to act as pub/sub for palmares. It's specially useful as a layer.

published 0.0.1 7 months ago
M
Q
P

EventEmitter2 as the event emitter to palmares. With this we are able to send events inside and between servers really fast.

published 0.0.1 7 months ago
M
Q
P

This is the default implementation of the logger adapter, you can create others if you want to

published 0.0.1 7 months ago
M
Q
P

Zod as the validation schema for palmares so we are able to validate through zod instead of using serializers

published 0.0.1 7 months ago
M
Q
P