Skip to content

Milestones

List view

  • The first major milestone will be using Tidbytes as the server hosting an API for Tidbytes. In order to do so, the following is to be considered a description of the minimal functionality required: - [x] A continually running server process, listening on port 80. - [x] Proper mapping of raw HTTP requests and responses to their respective Clojure types. - [ ] Routing to present the API: - `/api/tidbytes.core/server-start` could be a routed URI displaying the function `server-start` in the `tidbytes.core` namespace. - `/about` could introduce Tidbytes. - [ ] Serving of static content (CSS, JavaScript, images). - [ ] Use of Adapters to transform requests and responses. - Caching on assets. - Logging.

    No due date
    0/2 issues closed