Haskell / Scotty
Care to give anymore details? Tips on using this approach? Problems? Advantages? What do you think of mflow?
Never used mflow, looks interesting, but I wouldn't use it.
91–96 of 96 posts
Haskell / Scotty
Care to give anymore details? Tips on using this approach? Problems? Advantages? What do you think of mflow?
Never used mflow, looks interesting, but I wouldn't use it.
We use R and Shiny server pro for our back-end. It's hosted on AWS EB with our static site on S3. We love it - the data scientists can write and push features directly, and everything (including our API's) are easily maintainable in R. I've been shouting the praise of R and it's usefulness as a production ready language for a long time. Contact me with questions about data science, start ups, or R - if you have a dat…
Last time I checked out shiny (about 8-12 months ago) it was still useless beyond the most trivial examples. Building an actual website that would be public facing seemed like a horrid idea at the time. Have they really come that far in such a short time? Personally if I wanted to use R I could just interface with it from another language (Python, .Net, Java etc.) I haven't played enough with R recently to make an in…
We could interface R with another language if we needed to... but we're a data-science company, and unlike many other co's or startups out there, we hire data-scientists who write features and applications directly. R makes this possible.
We have an Android App as part of our services - we use RServe as the API interface so we can call R functions from the App.
To your other point - web development skills are most definitely required, as are good engineering practices, and a stable stack. Shiny is just like any other framework; it takes a range of skills to create an application people want to use and pay for.
Node.js/ExpressJS/AngularJS/PostgreSQL
For my own startup i used RoR, for freelancing clients i use Ruby/RoR, Node.js/Express/Sails, PHP/CodeIgniter.
Any thoughts on how mature Sails' ORM support is compared to RoR?