Relative Content

Tag Archive for frameworks

What do I need to know re. Javascript frameworks? [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for […]

Building an RPC framework

I’m curious about what it takes to build a simple and robust RPC framework. I’ve only looked at a few ruby frameworks but they are all lacking in some way. What I want out of an RPC framework is some kind of registration/discovery mechanism and a simple plugin architecture. Pretty much all the frameworks out there provide a simple plugin mechanism but I haven’t found one that provides a simple discovery mechanism. The only one that does provide something in terms of discovery is MCollective but that has its own set of issues that I’ve run into while trying to use it at work.

How can I cope with every increasing/changing number of frameworks? [duplicate]

This question already has answers here: How does one keep up with all the new tools/languages/framework? [closed] (11 answers) Closed 11 years ago. I started coding with php, mysql, html, and javascript back in 2002 and heck that is all you basically needed to create any type of website. Over the years I picked up […]