macchiato-framework / macchiato-core

Ring style HTTP server abstraction for Node.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Ring style HTTP server abstraction for Node.js

License:MIT License


Languages

Language:Clojure 100.0%