Skip to content
@occultist-dev

occultist.dev

Occultist.dev

Occultist.dev is a work in progress fullstack SSR Javascript framework that can achieve many of the features popular by other modern Javascript frameworks but with its own spin on them. Occultist.dev leans into RESTful solutions, favours control of HTTP caching and content type negotiation over static bundlers.

The Occultist.dev project consists of the following components.

Mithril
A small and stable vdom library which can render to HTML and control the DOM. This project is independent of the Occultist.dev project but is an important component.
jsonld.js
A library implementing JSON-LD algorithms. This is used by Octiron to expand JSON-LD responses. jsonld.js includes a lot more functionality than Octiron requires so an implementation of JSON-LD's expansion algorithm will later be developed so this dependency can be replaced.
Octiron
A frontend framework which can traverse JSON-LD API's and map response data to Mithril vdom and components. Occultist can be configured to render other content types in more optimized ways than the general use case JSON-LD responses solves.
Occultist
A backend HTTP library inspired by Koa but also very different. This library has first class support for the HTTP accept header and can map different content types to different handlers for the same URL path. It has a powerful interface for normalizing HTTP request information to a user land cache, managing etags of dynamic data and other features which make it a different but attractive HTTP library.
Longform
A markup language like Markdown but able to natively represent all HTML elements and output HTML fragments. Content rendered using Longform responses can remove the double data problem of server side rendering for content wrapping dynamic Mithril vdom and the static markup rendered by the dynamic Mithril vdom.

Pinned Loading

  1. longform longform Public

    A markup and templating language for producing HTML fragments or full documents

    HTML 1

  2. occultist occultist Public

    TypeScript 1

  3. octiron octiron Public

    A client side framework for building web frontends from JSON-LD linked data APIs.

    TypeScript 1

  4. occultist-starter occultist-starter Public

    Occultist starter project

    TypeScript

Repositories

Showing 7 of 7 repositories

People

This organization has no public members. You must be a member to see who’s a part of this organization.

Top languages

Loading…

Most used topics

Loading…