Skip to content

Commit

Permalink
Update Readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
vicancy authored Dec 2, 2020
1 parent 9a9a3e5 commit 47855d7
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# A Simple Serverless Chat on WebSocket
This is the server side hosted in Azure Function for the simple chat demo.

Follow the steps described below to run the [chat demo](https://wssimplechatdemo.z13.web.core.windows.net/) towards your own endpoint.
Follow the steps described below to run the [chat demo](https://wssimpledemo.z13.web.core.windows.net/) towards your own endpoint.

![Sample run](./images/sample_run.png)

Expand Down Expand Up @@ -67,4 +67,4 @@ Inside VS Code, `Ctrl+Shift+P` to invoke the Command Palette, select **Azure Fun
Go to https://ws-manage.azurewebsites.net/api/manage and update Upstream value from `http://(id).ngrok.io/api/chat` to your Function Trigger Url.

### Run the chat
Now visit https://wssimpledemo.z13.web.core.windows.net/, type your own `Endpoint` and *Continue* to start your serverless chat.
Now visit https://wssimpledemo.z13.web.core.windows.net/, type your own `Endpoint` and *Continue* to start your serverless chat.

0 comments on commit 47855d7

Please sign in to comment.