Skip to content
This repository has been archived by the owner on Sep 19, 2022. It is now read-only.

Server Mode

Shawn Zhang edited this page Oct 6, 2019 · 3 revisions

Server Mode means that clojucture can be run as a server which interacts with other system in JSON

Server Mode uses Compojure to setup a RESTful server, all functions stays at namespace clojucture.server

To initialized a server , user have to specify two parameters in a JSON config file

  • port number
  • a directory that points to the cashflow models
Clone this wiki locally