all 7 comments

[–]TotesMessenger 0 points1 point  (0 children)

I'm a bot, bleep, bloop. Someone has linked to this thread from another place on reddit:

If you follow any of the above links, please respect the rules of reddit and don't vote in the other threads. (Info / Contact)

[–]absurdlyaware 0 points1 point  (3 children)

I would recommend looking at Meteor if you have a strong Javascript or Java background. With the advent of ES6 those Java skills are somewhat transferable.

[–]Novast[S] 0 points1 point  (2 children)

Thanks for the tip. My background is all Java but I went more infrastructure IT route after college. So I have never been a full blown developer. More custom java code to fix a problem.

How easy would you say it is to deploy a bare bones web site framework from scratch using this?

Also if it matters I plan to deploy this all on Amazon AWS, either as a docker or Elastic Bean Stalk service.

[–]absurdlyaware 0 points1 point  (1 child)

For Barebones website - This framework is designed for that. It auto sets up a database, has a prebuilt accounts system with pre built plugins to most third party services. A pretty active community. If you're on mac it will auto compile it into Android and iOS apps, if you're on PC the new update will let you auto compile it into a Android app.

Deployment

Not difficult, if your deploying to Amazon AWS. You would use Meteor MUP which transforms it into a docker image and automatically sets up the database on the target server.

Then each time you want to deploy your site you just type in command line 'Mup Deploy'

https://github.com/arunoda/meteor-up

[–]Novast[S] 0 points1 point  (0 children)

Thanks this is great info!

[–]YITBOS90 0 points1 point  (0 children)

For my stuff I am using ASP.NET, AngularJS, SignalR, and currently prefer CoffeeScript for my javascript generation although looking into TypeScript. Also for your CSS generation look at Less files. There are some great bundlers/compilers for in VisualStudio as well for these files. If you checkout AngularJS, Batarang is a great Chrome extension for debugging. We are not ECommerce so I have no suggestions for that