Skip to content

Commit

Permalink
Add README to chat chat example.
Browse files Browse the repository at this point in the history
  • Loading branch information
hikalkan committed May 12, 2020
1 parent f8c8ea9 commit 4e28b03
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions SignalRDemo/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# SignalR Demo Application

This application demonstrates the [ABP SignalR integration](https://docs.abp.io/en/abp/latest/SignalR-Integration). It is a simple application allows to send and receive messages between authenticated users.

![signalr-demo-chat](signalr-demo-chat.png)

## How to Run?

* Open the solution, create the database, run the application and login using `admin` as the username and `1q2w3E*` as the password. See [the getting started document](https://docs.abp.io/en/abp/latest/Getting-Started?UI=MVC&DB=EF&Tiered=No) if you can not run it.
* Create a new users from the user management page.
* Open different browsers (if you can, use different browser types - like Chrome and Firefox, not just different tabs/windows of the same browser) and login with different users.
* Start chatting by entering the target user name and your message!
Binary file added SignalRDemo/signalr-demo-chat.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 4e28b03

Please sign in to comment.