.Net Core & Android Client Chat

Here is an example of a simple .NET Core application that uses SignalR to send messages between a server and an Android client:

Server:


Android client:


This example consists of a server and an Android client. The server is a .NET Core application that uses SignalR to send messages to all connected clients. The Android client is an app that connects to the server using the SignalR Java client library and displays messages received from the server.

You may also like...

Leave a Reply

Your email address will not be published.