Skip to content

Commit

Permalink
add nginx https example to website
Browse files Browse the repository at this point in the history
  • Loading branch information
rodja committed Jun 22, 2024
1 parent 8eeb8ac commit 09999fd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions website/examples.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,4 +66,5 @@ def __post_init__(self) -> None:
Example('Websockets', 'use [websockets library](https://websockets.readthedocs.io/) to start a websocket server'),
Example('Audio Recorder', 'Record audio, play it back or download it'),
Example('ZeroMQ', 'Simple ZeroMQ PUSH/PULL server and client'),
Example('NGINX Https', 'Use NGINX to serve a NiceGUI app with HTTPS'),
]

0 comments on commit 09999fd

Please sign in to comment.