Skip to content
This repository was archived by the owner on Dec 14, 2023. It is now read-only.

Latest commit

 

History

History
15 lines (13 loc) · 666 Bytes

File metadata and controls

15 lines (13 loc) · 666 Bytes

Node Proxy to The Logentries Service

It is possible to safely and securely log from web browser clients to the Logentries service without exposing your log's token ids. This repository shows one way to accomplish that task by using a Node server as a proxy between the client and Logentries.

Prerequisites
  • Node 0.10+
  • Logentries Log token
Setup
  1. Clone the repository locally
  2. Enter the directory
  3. Run npm install
  4. Replace the fake token in token.json with your own.
  5. Run node server.js
  6. Open your browser to http://localhost:3000
  7. Practice sending a log entry from the client via the UI to your logentries account.