An app showcasing how to make elasticsearch http calls from a nodejs server.
Before starting the app, run :
npm install
Just start the app using the following command:
npm start
An app demonstrating how to make elasticsearch calls from node server.
JavaScriptMIT