Click here to Skip to main content
15,887,322 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: Host Web API Pin
Vaso Elias28-Jul-22 1:13
Vaso Elias28-Jul-22 1:13 
GeneralRe: Host Web API Pin
Peter Shaw28-Jul-22 2:36
professionalPeter Shaw28-Jul-22 2:36 
GeneralRe: Host Web API Pin
pkfox28-Jul-22 3:47
professionalpkfox28-Jul-22 3:47 
GeneralRe: Host Web API Pin
Peter Shaw28-Jul-22 4:41
professionalPeter Shaw28-Jul-22 4:41 
GeneralRe: Host Web API Pin
pkfox28-Jul-22 10:18
professionalpkfox28-Jul-22 10:18 
GeneralRe: Host Web API Pin
Peter Shaw29-Jul-22 6:52
professionalPeter Shaw29-Jul-22 6:52 
GeneralRe: Host Web API Pin
L. Braun28-Jul-22 3:58
L. Braun28-Jul-22 3:58 
GeneralRe: Host Web API Pin
MikeCO1028-Jul-22 3:09
MikeCO1028-Jul-22 3:09 
Can we get some more info? "API" is a pretty wide generic term, meaning very little by itself
- What language are you looking to write it in?
- Scale? Lots of parts and pieces to this, but on a simple level, there's a big difference between serving up a few
thousand hits a day and a million.
- DB? Accessing SQL DB - SQL Server, Postgres, MySQL/Maria? Scope again - Select only, Insert, Upsert, Delete,
number of tables, linkages, etc?
-Instancing? Do you need Docker containers?
-Security? Need API key management?
Basically, what are you trying to do?
Given the last question, I found Azure to be a tad easier than AWS. For me, for proof-of-concept, I'd use a LAPP server to start. I'm partial to Postgres and most *nixes are set and forget. PHP/Postgres is good for prototyping data access. With a few tools, I could have a basic data API up and running in a few hours. Returning JSON, XML, or even an HTML block.
Major clouds can all handle scale. I use PHP for prototypes, but I generally know the magnitude of scale. Even unknown, I don't concern myself much with it. I always figure if it becomes an issue, it'll be making enough money to spend the time or cost to do something different.
GeneralRe: Host Web API Pin
Joss45128-Jul-22 6:00
Joss45128-Jul-22 6:00 
RantAnother MS perplexion (actually, more) Pin
David O'Neil26-Jul-22 13:23
professionalDavid O'Neil26-Jul-22 13:23 
GeneralRe: Another MS perplexion (actually, more) Pin
Andreas Mertens26-Jul-22 16:54
professionalAndreas Mertens26-Jul-22 16:54 
GeneralRe: Another MS perplexion (actually, more) Pin
OriginalGriff26-Jul-22 20:00
mveOriginalGriff26-Jul-22 20:00 
GeneralRe: Another MS perplexion (actually, more) Pin
David O'Neil26-Jul-22 20:26
professionalDavid O'Neil26-Jul-22 20:26 
GeneralRe: Another MS perplexion (actually, more) Pin
Jacquers26-Jul-22 21:18
Jacquers26-Jul-22 21:18 
GeneralRe: Another MS perplexion (actually, more) Pin
yacCarsten26-Jul-22 21:53
yacCarsten26-Jul-22 21:53 
GeneralRe: Another MS perplexion (actually, more) Pin
Richard Andrew x6427-Jul-22 6:51
professionalRichard Andrew x6427-Jul-22 6:51 
GeneralRe: Another MS perplexion (actually, more) Pin
obermd27-Jul-22 3:31
obermd27-Jul-22 3:31 
GeneralRe: Another MS perplexion (actually, more) Pin
Peter Shaw28-Jul-22 3:04
professionalPeter Shaw28-Jul-22 3:04 
GeneralRe: Another MS perplexion (actually, more) Pin
Kirk 1038982128-Jul-22 3:24
Kirk 1038982128-Jul-22 3:24 
GeneralWördle 403 Pin
megaadam26-Jul-22 12:03
professionalmegaadam26-Jul-22 12:03 
GeneralRe: Wördle 403 Pin
StarNamer@work26-Jul-22 13:57
professionalStarNamer@work26-Jul-22 13:57 
GeneralRe: Wördle 403 Pin
Amarnath S26-Jul-22 14:19
professionalAmarnath S26-Jul-22 14:19 
GeneralRe: Wördle 403 Pin
Sandeep Mewara26-Jul-22 19:37
mveSandeep Mewara26-Jul-22 19:37 
GeneralRe: Wördle 403 Pin
OriginalGriff26-Jul-22 19:49
mveOriginalGriff26-Jul-22 19:49 
GeneralRe: Wördle 403 Pin
Cp-Coder27-Jul-22 1:13
Cp-Coder27-Jul-22 1:13 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.