@palmares/server

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

@palmares/events

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

@palmares/logging

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

@palmares/core

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