# README
Festivals Server Tools
The festivals server tools repository contains server functions shared between most server components of the FestivalsApp.
Development • Deployment • Engage • Licensing
Between the server components of the FestivalsApp
are some shared tasks they need to complete, like sending a heartbeat to the festivals-gateway
, updating the server binary from github, sending responses to clients and more. To reduce duplicate code and simplify refactoring those functions are exposed via this tools repository. Some implementations are strongly coupled with ohter server components like ... TBC
Development
TBA
Deployment
TBA
Engage
I welcome every contribution, whether it is a pull request or a fixed typo. The best place to discuss questions and suggestions regarding the festivals-server-tools is the issues section. More general information and a good starting point if you want to get involved is the festival-documentation repository.
The following channels are available for discussions, feedback, and support requests:
Type | Channel |
---|---|
General Discussion | |
Other Requests |
Licensing
Copyright (c) 2023 Simon Gaus.
Licensed under the GNU Lesser General Public License v3.0 (the "License"); you may not use this file except in compliance with the License.
You may obtain a copy of the License at https://www.gnu.org/licenses/lgpl-3.0.html.
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the LICENSE for the specific language governing permissions and limitations under the License.