mystiker / webmud3

Webmud3: third generation of the UNItopia Webmud as open source project.
GNU General Public License v3.0
1 stars 0 forks source link

Simplify Socket Handling #28

Closed mystiker closed 4 months ago

mystiker commented 4 months ago

This pull request includes several refactorings to improve the code structure and organization. The backend code has been refactored to disable temporary authentication, add an import-sort eslint rule, and further refactor the telnet client and websocket features. The frontend code has also been refactored to improve socket handling and remove unnecessary files. Additionally, the dependencies have been updated in the infrastructure. These changes aim to enhance the maintainability and readability of the codebase.

Fixes #21