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

LogentriesCommunity/Logentries-Node-Proxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published