Code Monkey home page Code Monkey logo

go-epp-rest's Introduction

Domain EPP Rest in Go

image

The Extensible Provisioning Protocol (EPP) is a flexible protocol designed for allocating objects within registries over the Internet. The motivation for the creation of EPP was to create a robust and flexible protocol that could provide communication between domain name registries and domain name registrars.

The go-epp-rest is a RESTful API written in Go for managing domain registrations and interactions using the EPP (Extensible Provisioning Protocol) standard. This project focuses on leveraging Go's performance and concurrency features to provide a robust solution for domain registrars and resellers.

Features

  • EPP Protocol Support: Implements the EPP protocol for domain registration, transfer, renewal, and management.
  • RESTful API: Provides a modern REST API interface for interacting with domain operations.
  • Performance: Utilizes Go's concurrency model and efficiency for handling high loads.
  • Scalability: Designed to scale horizontally to accommodate increasing demands.

Installation

  1. Prerequisites: Ensure you have Go installed on your system. You can download it from golang.org.

  2. Clone the Repository:

    git clone https://github.com/reinhardjs/go-epp-rest.git
    cd go-epp-rest
    
  3. Build and Run:

    go build -o domain-epp-rest
    ./domain-epp-rest
    
  4. Configuration: Use the .env.example file to set up database connections, EPP server settings, and any other configuration specific to your environment.

Usage

API Endpoints

  • Check Domain Availability: GET /domain/check
  • Register Domain: POST /domain/create
  • Renew Domain: POST /domain/renew
  • Get Contacts Info: GET /contact/info

For detailed API endpoints list, go to internal/delivery/http/router/router.go.

Contributing

Contributions are welcome! If you'd like to contribute to this project, please follow these steps:

Fork the repository and create your branch from main. Make your changes and test thoroughly. Ensure your code follows the Go coding style guidelines. Submit a pull request describing your changes.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Contact

For questions or support, please contact me at [email protected]

go-epp-rest's People

Contributors

reinhardjs avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.