experimental sock chat server in php+swoole
Find a file
2025-09-30 22:34:49 +02:00
src Framework+stubs for client commands. 2025-09-30 22:34:49 +02:00
.editorconfig Repo init stuff. 2025-09-26 22:03:05 +02:00
.gitattributes Repo init stuff. 2025-09-26 22:03:05 +02:00
.gitignore Echoing + session stuff. 2025-09-28 03:38:55 +02:00
arr.php Echoing + session stuff. 2025-09-28 03:38:55 +02:00
composer.json Also include IDE helper package. 2025-09-28 05:09:53 +02:00
composer.lock Also include IDE helper package. 2025-09-28 05:09:53 +02:00
env.php Echoing + session stuff. 2025-09-28 03:38:55 +02:00
LICENCE Repo init stuff. 2025-09-26 22:03:05 +02:00
octochat Framework+stubs for client commands. 2025-09-30 22:34:49 +02:00
phpstan.neon Speedran important HTTP requests. 2025-09-27 06:09:07 +02:00
README.md Missed the README mention (thanks reemo..........) 2025-09-28 07:01:35 +02:00

Octo Chat

An attempt at writing a replacement for Sharp/Squid Chat using PHP+Swoole so I have to deal with less C# until I'm able to move over to Rust or whatever else for Mikoto.

This will receive a Dockerfile someday.