servers/CHANGELOG.md

706 B

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

Unreleased

0.1.0 - 2022-06-17

Default commands

  • help

Dynamic plugins loader

You can create custom commands and events (events executed if client connected or send message)

Cli

You set custom host and port ./servers --host 0.0.0.0 --port 9999

Show cli help ./servers --help