Skip to content

Latest commit

 

History

History
33 lines (29 loc) · 769 Bytes

README.md

File metadata and controls

33 lines (29 loc) · 769 Bytes

necessary

• typescript

npm install -g @typescript

• install the packages

yarn add express @types/node dotenv

preparing

git clone https://github.com/Swag666baby/dos-attack
cd dos-attack
tsc

If you want to use it in another environment, rewrite the .env

running

node dist/index.js

There is a server for testing, you can use it with

node dist/test/server.js

Any criticism or suggestion I will be happy to read the issues.