Is writing web backend in modern c++ a judicious choice in 2017?

is writing web backend in modern c++ a judicious choice in 2017?

Other urls found in this thread:

webtoolkit.eu/wt
twitter.com/NSFWRedditVideo

If you know what you’re doing and writing it as a long-running FastCGI process and use some sensible framework that handle web server specifics, then no.

If you don’t do this and write from scratch, you’re borderline insane.

Its pretty stupid when you could just use java and it would he easier

it's dumber than writing a kernel in nodejs

Only use c++ if you need performance.

For everything else it takes way too much time.

node-os.org

.com, sorry

why lamers calls node.js to javascript?, its like calling g++ to c++

Why Pajeets go Sup Forums when speaking English shit?

>go
pajeet

As much as I enjoy using C++, in this case it's simply the wrong tool for the job. I would use something like Python + cherrypy, it's dope for web servers and backends.

Do not.

Java/Go/Node/Clojure/Ruby/Python are all far better.

I'd even use OCaml over C++ for web servers.

> they don't know about Wt

webtoolkit.eu/wt

It seems to be a "web gui library", not what OP was asking. Looks good however, will check it out. Thanks user.

>webtoolkit.eu/wt
>Quickly develop
>C++
fucking liers, I tested that framework and its slow as fuck for development.

Try Cutelyst then.

If that's not fast then go back to writing PHP.

>go back to writing PHP.
I know java, servlets are fast, secure, easy , portable and clean.

>thatsthejoke.jpg

kek

No

Yes. It's about money. How fast can a backend be written and understood by juniors.
You don't need to go to new dynamic lnguages. Even java is good and direct with spingboot.

Spring boot beats all that shit.

No. Use Java / Scala / Kotlin / Clojure or Ruby. Or Python if you must.

Why not go all the way?

ayy

What do you mean by "web backend"? What specifically are you talking about?

You all should unironically do that.

sounds like one of the dumbest things you could possibly do.