V
V
VanilaSpirit2020-02-27 10:31:47
C++ / C#
VanilaSpirit, 2020-02-27 10:31:47

What to choose for writing c# server side?

I am writing a simple WPF messenger application with the following features:
-Personal message
-"User writes a message..."
-File transfer

I want to write a server for it, which would process data / store / add, etc.
You log in to the application, and it loads a list of chats from the server, and further work with them.

There are many implementation methods on the Internet: TCP, Web Socket, WCF, Web API. Confused. What is better to choose?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
#
#, 2020-02-27
@VanilaSpirit

for the messenger rather Socket. there are examples of real-time chats on SignalR. good base
ps but ideally it would be worth sketching out prototypes based on different technologies. useful, and you yourself would figure out the pros and cons

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question