Skip to content

magicalmonke/punycode-encoder

Repository files navigation

Punycode Encoder

A simple real-time Punycode encoder/decoder built with Node.js and Express,featuring real-time encoding/decoding between Unicode and Punycode. The app uses Pico CSS for a modern design.

Getting Started

Installation

  1. Clone the repository:
git clone https://github.com/magicalmonke/punycode-encoder.git cd punycode-encoder
  1. Install dependencies:
npm install

Usage

To start the application:

node index.js

The app will run at http://localhost:3000 by default.

Docker Deployment

  1. Build the Docker image:
docker build -t punycode-encoder .
  1. Run the container:
docker run -d -p 3000:3000 punycode-encoder

About

A simple real-time Punycode encoder/decoder.

Topics

Resources

License

Stars

Watchers

Forks