Skip to content

Commit

Permalink
add chat demo README
Browse files Browse the repository at this point in the history
  • Loading branch information
Jimmy Bradshaw committed Jan 7, 2020
1 parent 210a803 commit a7b42c4
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions examples/chat/README.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
:toc:
:toclevels: 4
:toc-placement!:
ifdef::env-github[]
:tip-caption: :bulb:
:note-caption: :information_source:
:important-caption: :heavy_exclamation_mark:
:caution-caption: :fire:
:warning-caption: :warning:
:imagesdir: assets
endif::[]

= Chat Server

`docker-compose up --build`

Visit http://localhost:5000 in several tabs to test out chat.

Implementation in `chat.py`

0 comments on commit a7b42c4

Please sign in to comment.