Serve MongoDB results to client side Mapbox

I am working within Node.js. Successful results of a MongoDB query return values from which I can create a GeoJSON object. How can I use this data on a client side mapbox map as markers? In other words how can I get my mapbox to use GeoJSON Objects from my node code.

Thanks for any suggestions.
John