5

I am building a web application which is multimedia centric (mostly video chat). Text to Speech and vice versa.
I have chosen Node with mongoDb as backend API with React Frontend.
What stack would you suggest for such an application?

Comments
  • 0
    Little confused here really since you already mentioned your stack.

    What kind of recommendations are you looking for? Front end stacks? Backend stacks with node?(express, sails etc)
  • 0
    Backend. Have I made the right choice by choosing Node?
  • 1
    @ukabthebest are you confortable with it ? Are you sure you're gonna make it work ? If yes, sure a good choice.
  • 0
    Im comfortable with React and JS in general but havnt worked in node or mongodb before. So looking at it as a learning project as well.
  • 0
    Id choose java spark with redis(live data) and sqlite(persistent data). Probably vue?

    Mongo likes to lose db entries
  • 0
  • 0
    depending on the size of user. in early stage,use whatever you like.
  • 0
    Thabks for the response guys. Helps a lot :)
Add Comment