macchiato-core icon indicating copy to clipboard operation
macchiato-core copied to clipboard

Ring style HTTP server abstraction for Node.js

Results 15 macchiato-core issues
Sort by recently updated
recently updated
newest added

First and foremost: The world needs something like Macchiato and I've used for several projects by now: thanks for making it work! Now for my issue ;) … Using the...

bug
enhancement
help wanted

Hi, I'm about to switch my Reagent webapp's frontend server from the JVM to Node.js to take profit from React Server Side Rendering. I'm sincerely considering to use Macchiato as...

enhancement
help wanted

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...

enhancement

I see Dogfort has been around for longer, but Macchiato has been touched more recently. Are there any known issues I should be aware of using Macchiato today?

question

Hi. Instead of using callbacks in handlers/middlewares I prefer to use promises. The reason is that if I (or somebody else) forget to handle some error - I can still...

Optional & pluggable, for handlers, maybe also for middleware. Schema is awesome and proven per today, Spec is the probable future. I could pull out a proposal for a common...

enhancement
help wanted

Users should not be doing password hashing, registration stuff etc. by hand. Node.js already has really good support in the form of passport.js. The equivalents in other frameworks are Devise...

Is it possible to add support for a template-based templating framework such as Selme? Conventional non-lisp frameworks generally don't generate HTML using internal DSL because it makes it difficult to...

It would be awesome if we could package this for npm. As you know we have `package.json` support now and this can be "the killer framework" for lumo and self-host...

Is it possible to use NPM modules on the client side? If so, is there an example for it?

question