Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 321 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 321 Bytes

Yet Another Chat App


Just to have a little fun with ASGI and websockets.

Quick start steps

  1. Open a terminal and navigate to the base of your clone of this repo. Then, type:
docker-compose up
  1. Open http://localhost:8000 in your favorite browser.
  2. There is no step 3.
  3. Ctrl-c to shut it down.