We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b760bdc commit 76f9f46Copy full SHA for 76f9f46
.github/workflows/python-app.yml
@@ -1,4 +1,4 @@
1
-name: Python application
+name: python_udp_server
2
3
on:
4
push:
README.md
@@ -1,5 +1,7 @@
# Python UDP server using asyncio
+
+
5
This small project comprises a simple Python UDP server plus Dockerfile, as well as a (hopefully) useful Makefile and unittests.
6
7
The server makes use of the `asyncio` library to allow for asynchronous request handling.
0 commit comments