An open API service indexing awesome lists of open source software.

https://github.com/macchiato-framework/macchiato-core

Ring style HTTP server abstraction for Node.js
https://github.com/macchiato-framework/macchiato-core

clojurescript nodejs webframework

Last synced: 28 days ago
JSON representation

Ring style HTTP server abstraction for Node.js

Awesome Lists containing this project

README

          

### Macchiato HTTP Core

[![CircleCI](https://circleci.com/gh/macchiato-framework/macchiato-core.svg?style=svg)](https://circleci.com/gh/macchiato-framework/macchiato-core)

[![Clojars Project](https://img.shields.io/clojars/v/macchiato/core.svg)](https://clojars.org/macchiato/core)

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](http://leiningen.org/) and follow the instructions:

lein new macchiato myapp

See [here](https://github.com/macchiato-framework/examples) for some example projects to get started.

### [Official Documentation](https://macchiato-framework.github.io/)