Yes, that's a good point. Using NodeJS for tooling in no way means that you 
need to deploy to production on a NodeJS server. You can deploy to whatever 
static hosting platform you desire (Firebase, Apache, Nginx, etc) or deploy 
in .NET, Java, RoR, or other web containers.

The Angular CLI will bundle things up for you as a static website which can 
be deployed in whatever way you see fit.

Michael Prentice
DevIntent <http://devintent.com/>
GDG Space Coast <http://gdgspacecoast.org/>

On Thursday, January 26, 2017 at 4:00:07 PM UTC-5, Arlo wrote:
>
> Angular2 is worth the switch IMO.
>
> Modern JavaScript developers basically need Node on their development 
> machine for all the command-line tools: npm, angular-cli, etc.
> I don't know anything about CodeKit.
>
> But that's completely separate from your Application Server. The only 
> fundamental reason to use NodeJS for the server is the advantages that come 
> from having your client and server written in the same language. For 
> example, you could share code such as TypeScript type definitions.
>
> Other than that, there's nothing wrong with .NET, Java Spring, Ruby on 
> Rails, etc etc.
>
>
> On Thursday, January 26, 2017 at 11:35:30 AM UTC-8, TheRyanSmee wrote:
>>
>> I have been using Angular1 for a little while for web development 
>> projects in and outside of work.
>>
>> I am about to start a new project and am torn between sticking to 
>> Angular1 or getting stuck into Angular2 so that I can reap all the 
>> performance benefits I have been hearing about.
>> The only thing holding me back from this leap is the fact that I really 
>> don't want to use Node. I'm not against TypeScript, in fact I really like 
>> it! I just like to let CodeKit take care of all of my prepossessing.
>>
>> I have looked high and low but I can't seem to find a simple way of 
>> downloading and getting started with Angular2. Everything I find is either 
>> incredibly out of date or has a whole bunch of other stuff bundled in 
>> (bootstrap etc). I know that due to the .NET Entity Framework, decoupled 
>> style of Angular2, its never going to be as easy as the '1 click download 
>> and away we go' that we had with Angular 1, but surely there must be a 
>> middle group?
>>
>> Anyone that can help or has any suggestions, please jump in.
>>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Angular and AngularJS discussion" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/angular.
For more options, visit https://groups.google.com/d/optout.

Reply via email to