macchiato-framework / macchiato-framework/macchiato-core

Make the session interface asynchronous.

Open
#3 3 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

enhancement
Dominant language
Clojure
Stars
385
Forks
33
PR merge metrics
No merged PRs in 30d

Description

The current implementation mimics the ring session middleware, that does not fits very well in nodejs environent. A great exampe can be, how I can implement a session store that uses redis. Many redis clients in node are asynchronous...

The session stores should be rethought and new, asynchronous interface should be defined in my opinion.

Ideas? Thoughts?

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

The issue names no files, tests, or concrete acceptance criteria. Start by reviewing the current Ring-style session middleware and session-store interface, then clarify the asynchronous API and Redis-backed use case with maintainers before implementation; the work is done when the interface and supported store behavior are agreed and covered by tests.

Written by the indexing model from the issue text.

Assessment

Tech stack
clojure, nodejs
Domain
backend
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
20/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.