I have found it annoying to have my static web app sitting in the web root (i.e. port 80) and the rest server on another port. In order to have everything pointing back to port 80 we can set up a reverse proxy Read More…
Tag: nodejs
Here is a NodeJS script to track tickers available on Binance and tweet an alert whenever a new ticker is added. Read More…