Y
Hacker News
new
|
ask
|
show
|
jobs
by
ishbits
4887 days ago
Why would one use Express to a purely services based app instead of just using straight up node?
1 comments
nateweiss
4887 days ago
Also consider using Connect (on which Express is built) as an in-between point. You get stuff like the Sinatra-style routing, but without the presentation-tier stuff like template support, etc. I've had good luck with it, FWIW.
link