Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/spoonx/callback-server

An extremely simple callback server
https://github.com/spoonx/callback-server

Last synced: about 1 month ago
JSON representation

An extremely simple callback server

Awesome Lists containing this project

README

        

# Callback server
An extremely simple server which does nothing more than logging all requests to file and responding with 200.

## Getting started
1. Simply clone this repository or download a release.
2. Run `npm install` from the project root.
3. From the project root run `npm start`.

To, for example, change the `LOG_FILE`, start the server as follows:

`LOG_FILE=/custom/log/file.log npm start`.

## Environment variables
You can configure some things using environment variables.

### LOG_FILE
Path to the file to append log data to. Defaults to `./callbacks.log`.

### PORT
The port to run on. Defaults to `9615`.