PushMode

Server-side Java library that streams web app's HTML output down to the browser while user's actions are streamed back to the server.

License

License

GroupId

GroupId

com.machinezoo.pushmode
ArtifactId

ArtifactId

pushmode
Last Version

Last Version

0.8.2
Release Date

Release Date

Type

Type

jar
Description

Description

PushMode
Server-side Java library that streams web app's HTML output down to the browser while user's actions are streamed back to the server.
Project URL

Project URL

https://pushmode.machinezoo.com/
Project Organization

Project Organization

Robert Važan
Source Code Management

Source Code Management

https://github.com/robertvazan/pushmode

Download pushmode

How to add to project

<!-- https://jarcasting.com/artifacts/com.machinezoo.pushmode/pushmode/ -->
<dependency>
    <groupId>com.machinezoo.pushmode</groupId>
    <artifactId>pushmode</artifactId>
    <version>0.8.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.machinezoo.pushmode/pushmode/
implementation 'com.machinezoo.pushmode:pushmode:0.8.2'
// https://jarcasting.com/artifacts/com.machinezoo.pushmode/pushmode/
implementation ("com.machinezoo.pushmode:pushmode:0.8.2")
'com.machinezoo.pushmode:pushmode:jar:0.8.2'
<dependency org="com.machinezoo.pushmode" name="pushmode" rev="0.8.2">
  <artifact name="pushmode" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.machinezoo.pushmode', module='pushmode', version='0.8.2')
)
libraryDependencies += "com.machinezoo.pushmode" % "pushmode" % "0.8.2"
[com.machinezoo.pushmode/pushmode "0.8.2"]

Dependencies

compile (4)

Group / Artifact Type Version
com.machinezoo.hookless : hookless-servlets jar 0.5.2
com.fasterxml.jackson.core : jackson-databind jar 2.12.2
commons-io : commons-io jar 2.8.0
org.apache.httpcomponents : httpclient jar 4.5.13

test (3)

Group / Artifact Type Version
org.junit.jupiter : junit-jupiter jar 5.7.1
org.hamcrest : hamcrest jar 2.2
org.slf4j : slf4j-simple jar 1.7.30

Project Modules

There are no modules declared in this project.

Versions

Version
0.8.2
0.8.1
0.8.0
0.7.12
0.7.11
0.7.9
0.7.8
0.7.6
0.7.5
0.7.2
0.7.1
0.7.0
0.6.0
0.5.1
0.5.0
0.4.4
0.4.0
0.3.0
0.2.0
0.1.0