curl -v http://hndetox.com/v2
* Trying 184.168.131.241...
* connect to 184.168.131.241 port 80 failed: Operation timed out
* Failed to connect to hndetox.com port 80: Operation timed out
* Closing connection 0
curl: (7) Failed to connect to hndetox.com port 80: Operation timed out
- with Meteor, I have all my services (front end, back-end, etc) in one place, running on one dyno, with automatic deploy via GitHub
- my Meteor set up has stylus, minification, etc, configured
- I have libraries for routing, state management, and etc handily available
Ultimately, it's a choice based on personal productivity and convenience. The whole project took me a couple of days, whereas with the JS ecosystem, I'd probably have to spend that time configuring tools.
7 comments
[ 3.3 ms ] story [ 14.6 ms ] threadFYI - I'm getting a connection timeout.
- with Meteor, I have all my services (front end, back-end, etc) in one place, running on one dyno, with automatic deploy via GitHub
- my Meteor set up has stylus, minification, etc, configured
- I have libraries for routing, state management, and etc handily available
Ultimately, it's a choice based on personal productivity and convenience. The whole project took me a couple of days, whereas with the JS ecosystem, I'd probably have to spend that time configuring tools.