N
N
NoobLoser2016-11-01 07:23:30
API
NoobLoser, 2016-11-01 07:23:30

What is the best way to make an HTTP API?

There is a service on .net.
I needed to make a simple API for my internal needs, I made it on Nancy. In principle, everything works fine, everything suits.
But now there is a need to make a public API, on which the load will be much greater, plus authentication and authorization are needed.
Question - what is the best way to do it? What do they usually do, what would you personally advise?
What IIS requires is not suitable, because I need it to work on mono as well.
Thank you.

Answer the question

In order to leave comments, you need to log in

3 answer(s)
M
Maa-Kut, 2016-11-01
@Maa-Kut

As an option - ASP.NET Web API . It seems to work under Mono .

R
RouR, 2016-11-06
@RouR

.net core + services stack

M
marataziat, 2017-01-04
@marataziat

Python bottle or Python FLASK

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question