|
|
|
|
|
by Beestie
360 days ago
|
|
I designed and built an end-to-end application exactly like this about 5 years ago. All the API calls do are post and get. Nothing processed in transit - all payloads are stored then processed using SQL. Stable as a rock. Never breaks, one place to go to make mods. Of course the real reason I built it this way is because SQL is pretty much the only language I know. Glad to finally learn I'm not an outcast after all :-) |
|