macchiato-framework / macchiato-framework/macchiato-core
Make the session interface asynchronous.
Nobody has claimed this yet.
- 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
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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