Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tigase/tigase-http-api-jetty
(M) Tigase HTTP API - Jetty HTTP Server
https://github.com/tigase/tigase-http-api-jetty
tigase-xmpp-server
Last synced: 1 day ago
JSON representation
(M) Tigase HTTP API - Jetty HTTP Server
- Host: GitHub
- URL: https://github.com/tigase/tigase-http-api-jetty
- Owner: tigase
- License: agpl-3.0
- Created: 2019-05-22T09:38:08.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-05-28T19:37:19.000Z (8 months ago)
- Last Synced: 2024-11-10T15:13:06.525Z (about 2 months ago)
- Topics: tigase-xmpp-server
- Language: Java
- Homepage:
- Size: 119 KB
- Stars: 0
- Watchers: 7
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: COPYING
Awesome Lists containing this project
README
Jetty HTTP Server for Tigase HTTP API component.
# What it is
Tigase HTTP API - Jetty HTTP Server is a package providing Jetty HTTP server for Tigase HTTP API.
# Features
Provides Jetty HTTP Server for use in Tigase HTTP API as the HTTP server.
# Support
When looking for support, please first search for answers to your question in the available online channels:
* Our online documentation: [Tigase Docs](https://docs.tigase.net)
* Our online forums: [Tigase Forums](https://help.tigase.net/portal/community)
* Our online Knowledge Base [Tigase KB](https://help.tigase.net/portal/kb)If you didn't find an answer in the resources above, feel free to submit your question to either our
[community portal](https://help.tigase.net/portal/community) or open a [support ticket](https://help.tigase.net/portal/newticket).# Downloads
You can download distribution version of Tigase XMPP Server which contains Tigase HTTP API - Jetty HTTP Server directly from [here](https://github.com/tigaseinc/tigase-server/releases).
If you wish to downloand SNAPSHOT build of the development version of Tigase XMPP Server which contains Tigase HTTP API - Jetty HTTP Server you can grab it from [here](https://build.tigase.net/nightlies/dists/latest/tigase-server-dist-max.zip).
# Installation and usage
Documentation of the project is part of the Tigase XMPP Server distribution package and it is also available as part of [Tigase XMPP Server documnetation page](https://docs.tigase.net/).
# Compilation
Compilation of the project is very easy as it is typical Maven project. All you need to do is to execute
````bash
mvn package test
````
to compile the project and run unit tests.# License
Official Tigase repository is available at: https://github.com/tigase/tigase-http-api-jetty/.
Copyright (c) 2004 Tigase, Inc.
Licensed under AGPL License Version 3. Other licensing options available upon request.