Skip to content

Releases: Kirvio/AIOServer

AsyncIO TCP server/client

15 May 09:22
8b9d051
Compare
Choose a tag to compare

Example of Asyncio TCP Server with some db functionality as DB i'm using aiosqlite, client for this server is Tkinter GUI(ClientForRecords)

AsyncIO TCP server/client

07 May 06:15
Compare
Choose a tag to compare

My example of AsyncIO TCP server with encryption(Fernet) and db(aiosqlite) and Tkinter GUI with client-socket as client.