2

!rant
I'm undertaking this huge personal project. For this I would require a serverside language/framework. Till now, I have only used php7 for backend, and although it gets the job done, its not fun to code in and is a pain in the ass. Since I learnt php after Angular, I have written php in a very Angular-MVC style (where I have custom components and templates; I did this because I wanted to see if I can use as little of javascript as possible).

I've heard django is really good, but I've never used it despite knowing python.

Dart is supposed to be really good, but I have no idea how to use it. Plus, can you run this on the server?

I would like to use dart as its syntax and semantics seem to be very nice. Is crystal a viable option?

Comments
Add Comment