macchiato-framework / macchiato-core

Ring style HTTP server abstraction for Node.js
MIT License
377 stars 35 forks source link
clojurescript nodejs webframework

Macchiato HTTP Core

CircleCI

Clojars Project

Macchiato Core implements core Ring 1.6 async handlers and middleware on top of Node.js. The API is kept same as the original Ring API whenever possible.

Getting Started

Getting up and running is easy, simply create a new project using Leiningen and follow the instructions:

lein new macchiato myapp

See here for some example projects to get started.

Official Documentation