Signalr From Windows Services to Blazor Server App - service

I need help or guidance to implement a solution to be able to use an RFID USB (Acr120U) from the blazor server app. Think of a SignalR service on the clients pc. I thank you in advance for any help.

Related

Connect my wix business email to my iphone native application?

I'm trying to connect my wix business email to my iphone native app. I can't seem to find the server and host names on the wix site. Can anyone advise on how to do this? Thank you.

How can I deploy a laravel application to a server

I currently have developed a Laravel application on my localhost. We have a server in the office which is only accessible to Office computers. I want to deploy my Laravel application to that server so they can access it. what steps should I take after developing the application to make it live on server. A detailed guide will be highly appreciated as I have no experience working with the servers.
I found this time ago, and help me a lot to setup a server and introduce me to server stuff, the CI/DI process, the repo pipelines, etc. Enjoy it!
https://lorisleiva.com/deploy-your-laravel-app-from-scratch

How to configure Xmpp library in flutter?

I was searching for solution to use xmpp library on flutter to connect with ejabberd server for chatting app. Anyone's suggestion will be very help for me.
XMPP connection made with flutter by using the xmpp_stone library. My Github repository is here. The main problem is, it connects without tls connection. In your ejabberd configuration yaml file line starttls: true, starttls_required: true should be commented.
If you have a better solution please suggest me. Thanks in advance!!!
I founded one way to connecting ejabberd server flutter given Strophe library enter link description here Strophe.js is an XMPP library for JavaScript. Its primary purpose is to enable web-based, real-time XMPP applications that run in any browser.

Is there a way to communicate Alfresco Repository with an external app server?

The idea of my project is to communicate Alfresco Share with my app server, but I found that Share only can communicate with Alfresco Repository, and to do the manipulation I said before I must develop all APIs that let the Share communicate with my app server. Since Share communicates only with Alfresco Repository, I'm searching a way to communicate my server app with this Repository, so my documents will be in Alfresco server and Share can then expose them. If I'm missing something to understand please correct me.
Can anyone please help me. Thanks in advance.
As Jeff Potts mentioned in his last book:
Alfresco provides four main ways to develop your own UI:
Share customizations
Angular applications using ADF Application Development Framework
Any JavaScript framework (using the Alfresco JavaScript API)
Any application capable of using the CMIS protocol

Developing backend Webservice and Database for iPhone App for Standalone person

I want to develop my iPhone app but I am not sure what could be the options I have for hosting database and webservice to communicate with my iPhone App. Could someone please suggest me what could be the best way to go for this?
I know how to build everything but never come across this situation. I have been working in environment where we ask Admin to give us Server where we host everything but if I want to do it myself and don't have server infrastructure what could be the options do I have? Do I need to purchase from web hosting provider?
Thanks.
From my experience, I've developed back-end part for iPad client. It was REST, ASP.NET Web API (WCF Web API) and as database on back-end MS SQL Server and MySQL.
Anyway for mobile clients you can freely use REST. It can be ASP.NET Web API from .NET or other libraries that help to make REST services for example from Java.
REST is good consumed by mobile client applications. And then from client application perspective, it's no matter what database back-end will have.
Speaking about hosting it also depends from requirements to back-end. When you have no server infrastructure, you can use cloud PaaS like Amazon AWS (EC2) for example. Or host server it by yourslef.