https://github.com/navarroaxel/redir
The simplest redirect node server
https://github.com/navarroaxel/redir
nodejs nodejs-server redirection redirects redirects-ports
Last synced: 13 days ago
JSON representation
The simplest redirect node server
- Host: GitHub
- URL: https://github.com/navarroaxel/redir
- Owner: navarroaxel
- License: mit
- Created: 2019-11-15T03:00:17.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2021-02-08T15:52:39.000Z (over 5 years ago)
- Last Synced: 2025-03-11T04:26:08.437Z (about 1 year ago)
- Topics: nodejs, nodejs-server, redirection, redirects, redirects-ports
- Language: JavaScript
- Homepage:
- Size: 1000 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Redir
The simplest redirect node server
# Build docker
```bash
docker build . --tag redir
docker run -d --name redir -p 8080:3000 -it redir
```