9

Guys, is this another framework? Sorry, I didn't look at it yet...

:L

Comments
  • 7
    Have you been living under a rock?

    I present to you, the grandad of all frameworks, the one framework to rule them all : http://html9responsiveboilerstrapjs.com/...

    Credits to @zeknoss for introducing it to me. My life has been so much simpler.
  • 2
    I like the term "real-time".
  • 5
    Because of this, I'm gonna create a framework creator framework.
  • 5
    it's not a framework because you're not forced to develop things within as you would be forced to develop within a framework.

    example: you could use Feathers to purely abstract database interactions, an internal API to allow switching databases. but you could also build a protocol agnostic webrtc signalling layer. or build your entire public API in feathers and basically use it like it is a framework.
  • 1
    As it says in your image, it’s the API layer of your stack. Not sure if that counts as a framework, doesn’t make sense to compare it to Angular for example.
  • 0
    @avitron yeah man, definitely the bestest fw I have ever used!
  • 0
    Well, that certainly is some boilerplate crap that every library uses...Can anyone tell me what it actually does?
  • 1
    @BitFlipped it separates the communication protocols from the core logic of the API, making for a more durable code base.
Add Comment