Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kingster/ape-java-client
Java Client For Connecting to Ape-Server.
https://github.com/kingster/ape-java-client
Last synced: about 2 months ago
JSON representation
Java Client For Connecting to Ape-Server.
- Host: GitHub
- URL: https://github.com/kingster/ape-java-client
- Owner: kingster
- License: apache-2.0
- Created: 2014-05-31T14:55:16.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2021-06-07T19:34:30.000Z (over 3 years ago)
- Last Synced: 2024-10-13T05:26:45.817Z (3 months ago)
- Language: Java
- Size: 20.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Ape-Java-Client
===============Java Client For Connecting to Ape-Server.
[![Build Status](https://travis-ci.org/kingster/Ape-Java-Client.svg?branch=master)](https://travis-ci.org/kingster/Ape-Java-Client)
#### Note
1. This interfaces with @ptejada [ApePubSub](https://github.com/ptejada/ApePubSub). This will not work with APE_JSF. Switch over to ApePubSub as APS is modern, written in vanilla javascript and well documented. It fixes some existing issues with JSF while introducing new features (user/channel properties update, sessions management, cross-domain, easier setup, vanilla javascript etc…).For those not familiar with APS, JSF to APS migration demo is [availabe here](https://github.com/lcharette/JSF-vs.-APS---Move-demo)
2. This project uses [Java-WebSocket](https://github.com/Davidiusdadi/Java-WebSocket) v1.3.1-SNAPSHOT. Build on your local incase you are building this project as it is right now not available on maven repository.