Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/robertvazan/pmsite
- Owner: robertvazan
- License: apache-2.0
- Created: 2019-10-08T09:37:29.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-11-14T13:44:06.000Z (about 1 year ago)
- Last Synced: 2023-11-14T14:39:20.104Z (about 1 year ago)
- Topics: java, java-library, pushmode, web-framework
- Language: Java
- Homepage: https://pmsite.machinezoo.com/
- Size: 327 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
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).