https://github.com/developpeurpascal/creating-a-simple-web-server-with-webbroker
Creating a Simple Web Server with WebBroker (DelphiCon 2023)
https://github.com/developpeurpascal/creating-a-simple-web-server-with-webbroker
conference conference-paper conference-talk delphi delphi-sample delphicon delphicon2023 webbroker webinar webinar-material
Last synced: 28 days ago
JSON representation
Creating a Simple Web Server with WebBroker (DelphiCon 2023)
- Host: GitHub
- URL: https://github.com/developpeurpascal/creating-a-simple-web-server-with-webbroker
- Owner: DeveloppeurPascal
- License: agpl-3.0
- Created: 2023-02-02T12:13:49.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-03-11T09:41:52.000Z (over 2 years ago)
- Last Synced: 2025-04-06T15:51:31.457Z (6 months ago)
- Topics: conference, conference-paper, conference-talk, delphi, delphi-sample, delphicon, delphicon2023, webbroker, webinar, webinar-material
- Language: HTML
- Homepage: https://serialstreameur.fr/delphicon-2023-creating-a-simple-web-server-with-webbroker.html
- Size: 22 MB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: ChangeLog/20230208-DeveloppeurPascal.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Creating a Simple Web Server with WebBroker ([DelphiCon 2023](https://www.youtube.com/playlist?list=PLwUPJvR9mZHgfgjbmKTSqeFRn5fIiM4_y))
[Cette page en français.](LISEZMOI.md)
Demonstration program used during a presentation of the functionalities of [WebBroker](https://docwiki.embarcadero.com/RADStudio/en/Using_Web_Broker_Index) used as a static site web server.
You will find here the Delphi source codes of the WebBroker project and the static site realized with [Photo Album Generator](https://github.com/DeveloppeurPascal/photo-album-generator) from a series of "Delphi developer" images generated by [Dall-E 2](https://openai.com/product/dall-e-2).
This code repository contains a project developed in Object Pascal language under Delphi. You don't know what Delphi is and where to download it ? You'll learn more [on this web site](https://delphi-resources.developpeur-pascal.fr/).
## Replay of the presentation
This presentation was recorded in English for [DelphiCon 2023](https://www.youtube.com/playlist?list=PLwUPJvR9mZHgfgjbmKTSqeFRn5fIiM4_y) on February 14-16, 2023 and then done live in French on March 9, 2023. Replays are available on [Serial Streameur](https://serialstreameur.fr) and on [Embarcadero](https://www.youtube.com/@EmbarcaderoTech) or [Barsnten](https://www.youtube.com/@BarnstenFrance)'s YouTube channels.
* in English, 15 minutes long, [on Serial Streameur](https://serialstreameur.fr/delphicon-2023-creating-a-simple-web-server-with-webbroker.html) or [on YouTube](https://www.youtube.com/watch?v=KDtwMm46h8I&list=PLwUPJvR9mZHgfgjbmKTSqeFRn5fIiM4_y&index=3)
* in French, 1 hour long, [on Serial Streameur](https://serialstreameur.fr/utiliser-webbroker-comme-serveur-web-pour-un-site-statique.html) or [on YouTube](https://www.youtube.com/watch?v=gopEDps5JJ8)
## Install
To download this project you better should use "git" command but you also can download a ZIP from [its GitHub repository](https://github.com/DeveloppeurPascal/Creating-a-Simple-Web-Server-with-WebBroker).
**Warning :** if the project has submodules dependencies they wont be in the ZIP file. You'll have to download them manually.
## Dependencies
This project depends on :
* none
## How to ask a new feature, report a bug or a security issue ?
If you want an answer from the project owner the best way to ask for a new feature or report a bug is to go to [the GitHub repository](https://github.com/DeveloppeurPascal/Creating-a-Simple-Web-Server-with-WebBroker) and [open a new issue](https://github.com/DeveloppeurPascal/Creating-a-Simple-Web-Server-with-WebBroker/issues).
If you found a security issue please don't report it publicly before a patch is available. Explain the case by [sending a private message to the author](https://developpeur-pascal.fr/nous-contacter.php).
You also can fork the repository and contribute by submitting pull requests if you want to help. Please read the [CONTRIBUTING.md](CONTRIBUTING.md) file.
## Dual licensing model
This project is distributed under [AGPL 3.0 or later](https://choosealicense.com/licenses/agpl-3.0/) license.
If you want to use it or a part of it in your projects but don't want to share the sources or don't want to distribute your project under the same license you can buy the right to use it under the [Apache License 2.0](https://choosealicense.com/licenses/apache-2.0/) or a dedicated license ([contact the author](https://developpeur-pascal.fr/nous-contacter.php) to explain your needs).
## Support the project and its author
If you think this project is useful and want to support it, please make a donation to [its author](https://github.com/DeveloppeurPascal). It will help to maintain the code and binaries.
You can use one of those services :
* [GitHub Sponsors](https://github.com/sponsors/DeveloppeurPascal)
* [Liberapay](https://liberapay.com/PatrickPremartin)
* [Patreon](https://www.patreon.com/patrickpremartin)
* [Paypal](https://www.paypal.com/paypalme/patrickpremartin)or if you speack french you can [subscribe to Zone Abo](https://zone-abo.fr/nos-abonnements.php) on a monthly or yearly basis and get a lot of resources as videos and articles.