_bmvc – a mvc micro framework for javascript
I just released a new page for my own mvc micro framework. It has a simple example and a quick manual to show how it works.
The most interesting part however, is the ability to use the same framework with nodejs and socket.io. When combined, you can comunicate between the client and the server with the same event, without needing to tell the system to send it to a specific location. I’ll write more about that soon and release the module for _bmvc to make it all work.
For now, here is the link to _bmvc. Or get it here att github. Let me know if it’s useful.
