Hacker Newsnew | past | comments | ask | show | jobs | submit | talyssonoc's commentslogin

It's not a framework, it's a boilerplate with an architecture focused on scalability, not just the old controllers/models/services folders. It comes ready to be used on production, to write tests and to use a SQL database. Check the repo wiki (https://github.com/talyssonoc/node-api-boilerplate/wiki) as well to more details about the architecture, configuration and features.

The documentation is still in the first version so feel free to ask and suggest changes.


Totally agree. The lack of understanding of JavaScript's paradigm from some people make them blind about the language power, it has the enough amount of every needed paradigm there, including OOP, functional and evented. I see in the comments here people complaining about things like dynamic `this` when they just don't understand it's one of the biggest powers of JS.


JS is not object oriented. A prototype is not the same thing as an object. There are no classes in JS.


What you mean to say: JavaScript is not class-oriented.

Sure, there are features that JavaScript lacks compared to other object-oriented languages, but saying that it's not object-oriented is like saying that it's statically typed. It's just wrong, the language is full of objects.


Ok, tell me where on "object-oriented programming" is the word "class". Objects are not necessarily related to classes. And yes, a prorotype is a object that you can extend from, as well as from any other object, like prototype-based OOP works.


Damn, I see so much frustration from you for not being able to understand JavaScript here... once you understand it's a different language instead of trying to write your favorite language with JavaScript syntax it'll get better, buddy, relax :)


Yes, there is: http://www.onebigfluke.com/2015/01/experimentally-verified-w...

The server-side render can't be cached. I guess it is only possible if the component is using the PureRenderMixin (https://facebook.github.io/react/docs/pure-render-mixin.html). Feel free to create a PR/issue about it in the repo !


Seems pretty good, and faster than the previous version, but:

- Changed some things (method names, and so on) with no reason - It's not possible to use a custom logger anymore - I can't access the list of rooms anymore (or it changed and they didn't documented it yet)

Somebody else ?


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: