Skip to content
@podium-lib

Podium

Easy server-side composition of microfrontends

Podium - server-side composition of micro frontends

Podium is a library for building micro frontends using server-side runtime composition. One server handles the incoming request by fetching each independent fragment over HTTP before returning the finished page back to the user.

Learn more about Podium and its design or get the lay of the land to start coding on Podium itself.

Pinned Loading

  1. layout layout Public

    Module for building a Podium layout server. A layout server composes multiple podlets into a layout resulting in a complete webpage.

    JavaScript 53 3

  2. podlet podlet Public

    Module for building podlet servers. A podlet server serves page fragments.

    JavaScript 116 7

Repositories

Showing 10 of 32 repositories
  • podlet-server Public

    A Podium podlet server library and tool chain built on top of Fastify and Lit.

    podium-lib/podlet-server’s past year of commit activity
    JavaScript 3 2 12 11 Updated Oct 23, 2024
  • layout Public

    Module for building a Podium layout server. A layout server composes multiple podlets into a layout resulting in a complete webpage.

    podium-lib/layout’s past year of commit activity
    JavaScript 53 MIT 3 1 2 Updated Oct 22, 2024
  • podlet Public

    Module for building podlet servers. A podlet server serves page fragments.

    podium-lib/podlet’s past year of commit activity
    JavaScript 116 MIT 7 2 0 Updated Oct 22, 2024
  • client Public

    Client for fetching Podium component fragments over HTTP.

    podium-lib/client’s past year of commit activity
    JavaScript 7 MIT 6 1 0 Updated Oct 22, 2024
  • utils Public

    Misc common / generic utility methods.

    podium-lib/utils’s past year of commit activity
    JavaScript 0 MIT 4 1 3 Updated Oct 22, 2024
  • podium-lib.github.io Public

    The official Podium documentation

    podium-lib/podium-lib.github.io’s past year of commit activity
    JavaScript 2 MIT 4 1 0 Updated Oct 21, 2024
  • dev-tool Public

    Middleware that exposes a development API on Podium podlets for use in development tools

    podium-lib/dev-tool’s past year of commit activity
    JavaScript 0 MIT 0 3 4 Updated Oct 18, 2024
  • hapi-podlet Public

    Hapi plugin for @podium/podlet

    podium-lib/hapi-podlet’s past year of commit activity
    JavaScript 2 MIT 0 1 3 Updated Oct 18, 2024
  • hapi-layout Public

    Hapi plugin for @podium/layout

    podium-lib/hapi-layout’s past year of commit activity
    JavaScript 1 MIT 1 1 5 Updated Oct 18, 2024
  • store Public

    Seamlessly share state between different parts of a Podium application using reactive state

    podium-lib/store’s past year of commit activity
    JavaScript 0 MIT 0 1 0 Updated Oct 14, 2024

Top languages

JavaScript

Most used topics

Loading…