Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/robertvazan/pmsite

Simplistic application framework built on top of PushMode HTML streaming library.
https://github.com/robertvazan/pmsite

java java-library pushmode web-framework

Last synced: about 2 months ago
JSON representation

Simplistic application framework built on top of PushMode HTML streaming library.

Awesome Lists containing this project

README

        

[![SWUbanner](https://raw.githubusercontent.com/vshymanskyy/StandWithUkraine/main/banner2-direct.svg)](https://github.com/vshymanskyy/StandWithUkraine/blob/main/docs/README.md)

# PMSite

[![Maven Central](https://img.shields.io/maven-central/v/com.machinezoo.pmsite/pmsite)](https://central.sonatype.com/artifact/com.machinezoo.pmsite/pmsite)
[![Build status](https://github.com/robertvazan/pmsite/workflows/build/badge.svg)](https://github.com/robertvazan/pmsite/actions/workflows/build.yml)
[![Test coverage](https://codecov.io/gh/robertvazan/pmsite/branch/master/graph/badge.svg)](https://codecov.io/gh/robertvazan/pmsite)

PMSite is a simplistic application framework built on top of [PushMode](https://pushmode.machinezoo.com/) HTML streaming library.
PushMode is a generic HTML streaming engine that is kept lightweight in order to remain relevant for a wide range of applications.
PMSite is a simple (even lazy) web framework for PushMode that offers defaults for everything.
PMSite however places no constraints on site content or page layout.

More on [homepage](https://pmsite.machinezoo.com/).

## Status

Experimental. [Stagean](https://stagean.machinezoo.com/) is used to track progress on class and method level.

## Getting started

See [homepage](https://pmsite.machinezoo.com/).

## Documentation

* [Homepage](https://pmsite.machinezoo.com/)

There is no javadoc yet. See [source code](src/main/java/com/machinezoo/pmsite) for available APIs.

## Feedback

Bug reports and pull requests are welcome. See [CONTRIBUTING.md](CONTRIBUTING.md).

## License

Distributed under [Apache License 2.0](LICENSE).