Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 1.74 KB

README.md

File metadata and controls

27 lines (18 loc) · 1.74 KB

Reitit Express Clojars Project

Library to use reitit with clojurescript with Express. This makes it possibble to use reitit easily for Google Cloud functions or Google Cloud run with minimal differences.

Usage

This project uses a few javascript dependencies:

npm dependency Usage required
express The nodejs webserver *
cookie-parser This is the middleware that parses incoming cookies *
negotiator This is used when you use the negotiation middleware, this parses accept headers only when using the content-negotation middleware

You can quickly add them as follows:

yarn add --exact express negotiator cookie-parser

Getting started

There are currently two code examples on how to get started with this library: