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
- Host: GitHub
- URL: https://github.com/aminul-islam-niloy/chatting-application-signalr-
- Owner: aminul-islam-niloy
- Created: 2024-05-20T11:16:04.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-05-20T12:32:07.000Z (about 1 year ago)
- Last Synced: 2025-01-12T15:46:23.598Z (5 months ago)
- Topics: asp-net-core, chatting-app, signalr
- Language: HTML
- Homepage:
- Size: 1.04 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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).

---
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.