Skip to content

uzinfocom-org/rdap-wtc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Release in celebration of 20 years of Uzinfocom

Uzinfocom's 20s

CCTLD/WTC

WHOIS server implemented with Deno/STD. Click me to see differences between Deno and Rewritten Rust version

Getting Started

Download links:

SSH clone URL: ssh://**************/uzinfocom/cctld/wtc.git

HTTPS clone URL: https://**************/uzinfocom/cctld/wtc.git

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

What things you need to install the software and how to install them.

Shell (Mac, Linux):
$ curl -fsSL https://deno.land/install.sh | sh

PowerShell (Windows):
$ iwr https://deno.land/install.ps1 -useb | iex

Homebrew (Mac):
$ brew install deno

Chocolatey (Windows):
$ choco install deno

Scoop (Windows):
$ scoop install deno

Build and install from source using Cargo:
$ cargo install deno --locked

Deployment

It's handy to have make installed on your system as all scripts were written into Makefile

You have 2 ways of deploying:

  • Compiling and Running
  • Just running

In order to run, just run command deno run --allow-all mod.ts. Wise, you can compile using command deno compile --allow-all mod.ts and then run compiled executable just by typing ./wtc.ts

About

🗂 | RDAP server written on Deno before being rewritten on Rust

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published