-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Jimmy Bradshaw
committed
Jan 7, 2020
1 parent
210a803
commit a7b42c4
Showing
1 changed file
with
19 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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` |