Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

I need a little help from you In Server #3

Open
KevinAnass opened this issue Feb 2, 2021 · 11 comments
Open

I need a little help from you In Server #3

KevinAnass opened this issue Feb 2, 2021 · 11 comments

Comments

@KevinAnass
Copy link

first, thank you a lot for your repo
I need to do the same thing in my app but I am stuck in asp core and related between the app so if you have a Suggestion or docs that will be helpful for me I will so grateful

@DamienDoumer
Copy link
Owner

Hello,
I don't understand what you mean by being "stuck in asp core and related between the app" Please could you be more explicit?

@KevinAnass
Copy link
Author

thank you for your response
what I mean is how I can create a server and save all this in a database for this chat

@DamienDoumer
Copy link
Owner

Oh, I see. What I can advice you is to:

  • Create an Asp.net core API (Here is a getting started guide)
  • Add Signalr for realtime functionalities like (message read, typing etc...) (Here is a guide to get started with SignalR)
  • Use firebase for message notifications when messages are sent to your app. (Here is an advanced guide I wrote, in case you have any difficulties implementing this)
  • Deploy on Azure

@KevinAnass
Copy link
Author

thank you so so much bro

@aproko234
Copy link

Hey.

I tried out the sample and it is working great.

Can I deploy my SignalR asp.net app ONLY on Azure? Can I not deploy it to any other online asp.net web server?

Thanks.

@DamienDoumer
Copy link
Owner

Hello, of course you can deploy it on any server that has a linux, windows or macos OS. ASP.net core runs on all of these, and Signalr does too.

@aproko234
Copy link

aproko234 commented Jul 8, 2022 via email

@DamienDoumer
Copy link
Owner

Hi @aproko234 ,

Here is good article about signalR on Xamarin Forms: https://git-commit.net/using-signalr-in-asp-net-core-6-xamarin-forms-with-google-provider-in-firebase-auth/
You can just follow what it says about integrating Signalr and create a chat hub, then listen to messages as you wish. You'll have to make some events to listen to new messages and update the UI.

@aproko234
Copy link

aproko234 commented Jul 10, 2022 via email

@aproko234
Copy link

aproko234 commented Jul 24, 2022 via email

@DamienDoumer
Copy link
Owner

Hello @aproko234,

What you should do is just inspire yourself from my implementation of the Chat App.
The app is not meant to be integrated into another app, since it is not a plugin.
Just take inspiration from the code and the best practices I used. Leverage the design too to build your own.

@github-staff github-staff deleted a comment from apocanow1 Apr 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants