Indovators / Bulkr

Getting people in contact with each other to Bulk Buy Products and Save Money!
MIT License
1 stars 0 forks source link

Server Side #1

Open IndianBoy42 opened 8 years ago

IndianBoy42 commented 8 years ago

Overall Structure

The classic structure is called the MVC app, thats Model(data), View(interface), Controller(process)

Who wants to do what?
Any suggestions?

IndianBoy42 commented 8 years ago

Some example of Web Frameworks we can use.

Java

Scala

Ruby

Python

Go

My Thoughts

Java is kind of an antiquated language, its verbose and lacks some modern features, but that means its tried and true, and reliable. Scala is cutting-edge, modern, full of features, and compatible with Java, but slower and more complicated and messy. I personally really like it, alot more than Java. Ruby and Python are both very nice languages and are very easy to learn and start programming in quickly, but they are less performant (because they are interpreted languages). Go, I've heard its pretty good, fast but easy to learn and use, but I havent used it enough to really know, although the language was literally designed for Servers Other lesser known languages are: Kotlin, which tries to follow in Scala's footsteps in terms of being a more modern Java, but is less complicated and easier to learn. Rust, a replacement for C/C++, fast, modern, low-level, I like this, but it might be hard to learn.

I'll update this with more info of each framework later. Anyone have any suggestions?

IndianBoy42 commented 8 years ago

Domain:

rajlego commented 8 years ago

I like bulkr.co.in since we keep the original name and I'd like to keep it consistent.

IndianBoy42 commented 8 years ago

EVERYONE!! Go through the links and do like 5mins of research... find one that looks like you'll be able to understand and use... seriously not that hard just fucking decide something already people

IndianBoy42 commented 8 years ago

I'm starting to lean verrry heavily towards Python based ones, i played around with bottle.py for the house app dev and it was nice, along with web.py and flask it seems to be very easy to learn and use. so its basically perfect.

rajlego commented 8 years ago

Chekin' with me friend on what he did for logins he made

rajlego commented 8 years ago

for his site

rajlego commented 8 years ago

yo I wanna learn some of the python server stuff. Which stuff should I start with?

IndianBoy42 commented 8 years ago

i think we should use Flask so just use the tutorials and play around with it

rajlego commented 8 years ago

how come flask? I checked their page and the Hello World and it looks kinda complicated why not just stick with Python's easy syntax? What advantage