Best (any?) NodeJS webserver using functional programming?

Anyone know of a NodeJS webserver implemented using a functional programming approach? I'm interested in how the heavily object-orient/observer-patterns of the NodeJS API can be reconciled with a functional approach. Thanks!