Enviar datos variables desde el nodo JS al front end JavaScript

<script>
   window.app = <%- JSON.stringify(data) %>
</script>
hjhardik