Skip to content

hciudad/yaca

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.