Skip to content

Latest commit

 

History

History
18 lines (9 loc) · 795 Bytes

README.md

File metadata and controls

18 lines (9 loc) · 795 Bytes

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.