user3369606
user3369606

Reputation: 25

Integrating Emberjs with Nodejs

I am very new to ember js and also node js and web development in general. I have chosed to do a project using emberjs as my MVC framework and Nodejs for server side but I can't seem to find a resource that's not overwhelming for someone with my experience to integrate them. Can anyone help me with that?

Upvotes: 1

Views: 1261

Answers (1)

jgillich
jgillich

Reputation: 76369

Ember lives on the client and does not need to care what runs on the server. All you need to do on the server side is to include the required dependencies in your HTML template.

Upvotes: 2

Related Questions