Particle Server Sent Event SSE Proxy

I wrote a reverse-proxy for subscribing to a Server Sent Event source, which translates events to Particle.io published events. Webhooks can’t subscribe to server sent events (since they would need to maintain an open connection.) Therefore, you can stand up this NodeJS app on a server (I use Heroku) and subscribe to SSE events that way.