This is the core part of the palmares framework, palmares is a framework heavily inspired by django and nestjs core ideas
published version 0.2.6, 6 months agoThis is the adapter for express framework to work with Palmares framework
published version 0.2.8, 2 months agoEventEmitter2 as the event emitter to palmares. With this we are able to send events inside and between servers really fast.
published version 0.1.1, 6 months agoThe default implementation for redis to act as pub/sub for palmares. It's specially useful as a layer.
published version 0.1.1, 6 months agoThis 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 version 0.2.6, 6 months agoThis is the engine that wraps the hole sequelize interface in a way palmares can understand and have full control of
published version 0.2.14, 5 months agoAdd support for working with databases with palmares framework
published version 0.2.14, 5 months agoThis 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 version 0.1.6, 6 months agoZod as the validation schema for palmares so we are able to validate through zod instead of using serializers
published version 0.2.15, 2 months agoThis package is responsible for validating incoming requests and format how the requests are sent to the user.
published version 0.0.1, 2 years agoAdds support for websockets on the Palmares framework
published version 0.0.1, 2 years agoThe 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 version 0.0.1, 2 years agoThe server from palmares, this is what you will use generally to make HTTP requests
published version 0.3.0, 2 months agoThis is the default implementation of the logger adapter, you can create others if you want to
published version 0.2.6, 6 months agoPalmares logging interface so you can log it to the console or other places as well
published version 0.2.6, 6 months agotesting the serverless vercel
published version 0.0.18, 8 months agoThis is the engine that wraps the hole drizzle interface in a way palmares can understand and have full control of
published version 0.2.14, 5 months agoThis is the jest testing adapter, we are abstracting jest to work flawlessly with palmares
published version 0.2.7, 6 months agoThis is the adapter for Vercel allows you to deploy Palmares apps on Vercel
published version 0.1.8, 2 months agoThis is the client part of the palmares framework, you should be able to use it on any runtime
published version 0.2.2, 6 months agoThis defines a default test framework testing stuff inside of the framework
published version 0.2.7, 6 months agoThis defines a default schema definition for validation of data, it abstract popular schema validation libraries like zod, yup, valibot and others"
published version 0.2.15, 2 months ago- published version 1.0.0, 8 months ago
Scaffolds a new palmares application for you. Palmares is a framework that helps you to write and run javascript on the server
published version 0.0.11, 6 months ago