An open API service indexing awesome lists of open source software.

https://github.com/aminul-islam-niloy/chatting-application-signalr-

Simple chatting application using asp.net core and SignalR
https://github.com/aminul-islam-niloy/chatting-application-signalr-

asp-net-core chatting-app signalr

Last synced: 4 months ago
JSON representation

Simple chatting application using asp.net core and SignalR

Awesome Lists containing this project

README

        

## Chatting application

Chatting application is an simple chat app using singlaR and asp.net core to implement Chatting. In this project Implement one to many site message Hub.

## Features

Chating with friends

## Installation

1. Clone the repository:

```bash
git clone https://github.com/aminul-islam-niloy/Chating-Application-SIgnalR-.git
```

2. Navigate to the project directory:

```bash
cd Chatting Application
```

3. Install dependencies:

```bash
dotnet restore
```

4. Run the application:

```bash
dotnet run
```

5. Open your web browser and navigate to [https://localhost:5000] to access the application.

## Usage

- Upon accessing the application, you will send message to Other Friends
- Select you name and Send message

## Technologies Used

- ASP.NET Core MVC
- SignalR
- Razor Pages
- Bootstrap
-

## Contributing

Contributions are welcome! Please feel free to submit a pull request.
Notification sound issue not solved. if you can solve this issue, please do it.

## License

This project is licensed under the [MIT License](LICENSE).

![Notification Image](https://github.com/aminul-islam-niloy/Chating-Application-SIgnalR-/blob/master/Chating%20Application/wwwroot/chatting.png?raw=true)

---

Feel free to customize the README according to your project's specific details and requirements. You can add more sections like "Deployment", "Configuration", or "Testing", depending on what information you want to provide to users and contributors.