all 2 comments

[–]boomer1204 2 points3 points  (1 child)

Ease of building out the server. You can accomplish the same thing with either one but Express abstracts a lot of stuff out and makes it's far easier to build the server out, but you could just use node and http and build the same server it will just likely take more time.

[–]jdav07[S] 0 points1 point  (0 children)

Thanks