You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to nodejs
Hello guys,
What do you use when you need to create pluggable stuff, middleware
based programs and this kind of stuff? I searched a bit and found that
connect is really good, but is very specific (http middlewares).
So I created Eventary, it is very generic and you can use to create
pluggable code everywhere, not just inside http servers.