Poll: For your startup, do you use Django, Rails, PHP or Other?
71–80 of 96 posts
Re: Poll: For your startup, do you use Django, Rails, PHP or Other?
#72Go / Postgres / React & Fluxxor Edit: forgot to mention go-tigertonic. :)
Are you using a Node or Go frontend?
Re: Poll: For your startup, do you use Django, Rails, PHP or Other?
#73Re: Poll: For your startup, do you use Django, Rails, PHP or Other?
#74Go / Postgres / React & Fluxxor Edit: forgot to mention go-tigertonic. :)
I'm trying to use Go+React and had not heard about Fluxxor. How do those (Golang and Fluxxor which is based on Node) fit together in your system? Are you using a Node or Go frontend?
Re: Poll: For your startup, do you use Django, Rails, PHP or Other?
#75Earlier quoted context omitted.
Still, why so many different? Must be really messy.
It definitely can be, since it's an infrastructural distributed system, but it's all unix when you break it down.
When you use a bunch of different languages the primary difficulty you run into is interop. Some languages work well together by default and interop is easy, but this is almost never the case. Generally you're stuck making the decision between easy interop (RESTful APIs or your favorite RPC framework) and fast interop (JNI, swig, etc.).
So how do you guys actually deal with interop, other than to limit the need for it?
Re: Poll: For your startup, do you use Django, Rails, PHP or Other?
#76Re: Poll: For your startup, do you use Django, Rails, PHP or Other?
#77 nginx
Postgres, Cassandra
RabbitMQ,
Python (some backend services), Java (Jersey, MyBatis, Guice, + a lot of custom stuff)
AngularRe: Poll: For your startup, do you use Django, Rails, PHP or Other?
#78Haskell / Yesod
Re: Poll: For your startup, do you use Django, Rails, PHP or Other?
#79Go / Postgres / React & Fluxxor Edit: forgot to mention go-tigertonic. :)