Skip to content

Commit 7e1dc3f

Browse files
authored
Update README.md
added overview section
1 parent b88a4ce commit 7e1dc3f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ A simple demo of Redis Streams backed Chat app using Websockets, Python Asyncio
33

44
Requires Python version >= 3.6 and Redis
55

6+
# Overview
7+
This project has been created to help understand some realted concepts. Python standard library asyncio, websockets (which are often cited as a classic use case for async python code), also Redis Streams. It is very much inteded to be an intentionally simple starting point rather than a usable product as is.
8+
69
# Installation
710

811
```shell

0 commit comments

Comments
 (0)