experimental sock chat server in php+swoole
Find a file
2025-11-08 01:44:50 +01:00
src nproc alternative for macOS 2025-11-08 01:44:50 +01: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 Unfinished but need to test something. 2025-10-05 21:16:31 +02:00
arr.php Echoing + session stuff. 2025-09-28 03:38:55 +02:00
composer.json Updated Index. 2025-11-08 01:44:31 +01:00
composer.lock Updated Index. 2025-11-08 01:44:31 +01: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 Switched to PDO + more attempts at fixing SIGINT weirdness. 2025-10-12 21:51:01 +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.