Hi guys,
Im new to this community but so far I love how it looks and feels. I am creating a new startup and need some advice on what to look for in a developer. I love the smoothness the 3 apps share: asana.com notion.so and trello.com . They all seem so smooth when new data is inputted and shared. I know Asana uses their own framework Luna, but the other two not so sure. The full stack would be great on what you guys think like Angular, mongodb, digitalocean. Just looking forward to hearing your thoughts.
Emil Moe
Senior Data Engineer
It doesn't really matter, you could use whatever you feel for.
In essence it's made with
That's it.
Behind on the serverside there's a database and a server side language.
Whether you use DigitalOcean or another host is also not so relevant here, as they all provide the same functionality. You would probably go for Linux, which almost all hosts offer.
You can get real time synchronizations between users with either JavaScript WebSockets or call the server often to ask for changes, the sockets are probably the better way to avoid overhead.
To get started, I would personally choose
But it's just as saying whether you make sketches on brown or white paper.