Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
CRzech3306y@ganjaman lol not for me, my day-to-day is about a pure index.php full of functions with echo "<html>"; or an old java EE application with oracle 11g database. (And have teammates working on COBOL).
-
tiuscia2646y@CRzech I tried. It's a nightmare. I started to build my app..but at the end ai started to learn react native
-
CRzech3306y@tiuscia :o Is it really like that? by the docs I thought it was the 8th wonder of the world lol.
-
bioDan61596y@CRzech if you configure it and its endpoints properly and expose it only behind a secure internal network then yes.
-
pily5306yConsider using Graphql for your API endpoints, if you want to save on data/plan to have lots of different views on your data. I'm starting to grasp it and it's pretty cool.
-
pily5306y@Codex404 I found out about it at the end of my last project (small work for a local business), otherwise I would have used it. It's so annoying to have different routes for the same stuff or all in one and you always have to filer out unnecessary things. I'm still not sure about added complexity and overhead on the DB, but it's great.
-
Wack63116y"distributed mongodb database": nope, just nope, why would you need/use that for a "normal" service. I personally would advice for a relational dbms or depending on your usecase maybe a graph db
For the "native" app, I personally would reccomend flutter instead, which is native and not just some views with logic and stuff sitting in a js layer. I guess you should be able to use Dart for Vue as well, thus be able to share business logic if you like. There are some projects aming at it on github, but no idea if they are any good, ex. https://refi64.com/vuedart/ -
Hopstar736yYou should look into nestjs. Really cool back-end nodejs (typescript) with build in for micro services and alot more. www.nestjs.com
Related Rants
I want to create something crazy with this architecture, what do you think?
question
mongodb
craziest
vuejs
nodejs