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
- Host: GitHub
- URL: https://github.com/macchiato-framework/macchiato-core
- Owner: macchiato-framework
- License: mit
- Created: 2016-11-28T14:36:51.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2024-06-18T02:41:14.000Z (over 1 year ago)
- Last Synced: 2025-10-21T21:00:05.820Z (28 days ago)
- Topics: clojurescript, nodejs, webframework
- Language: Clojure
- Homepage:
- Size: 159 KB
- Stars: 380
- Watchers: 16
- Forks: 35
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Roadmap: ROADMAP.md
Awesome Lists containing this project
- awesome-clojurescript - Macchiato
README
### Macchiato HTTP Core
[](https://circleci.com/gh/macchiato-framework/macchiato-core)
[](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/)