mirror of
https://github.com/kevachat/npsapp.git
synced 2025-01-28 15:54:21 +00:00
14 lines
859 B
Markdown
14 lines
859 B
Markdown
# npsapp
|
|
|
|
KevaChat Server for [NPS Protocol](https://nightfall.city/nps/info/specification.txt)
|
|
|
|
Listen connections on `1915` port and save messages to given `namespace` in [KevaCoin](https://github.com/kevacoin-project) blockchain
|
|
|
|
To read messages, use KevaChat [webapp](https://github.com/kevachat/webapp), [geminiapp](https://github.com/kevachat/geminiapp) or any [KevaCoin explorer](https://github.com/kvazar-network/awesome-kevacoin#explorers)!
|
|
|
|
## Components
|
|
|
|
* [kevachat/kevacoin-php](https://github.com/kevachat/kevacoin-php) - KevaCoin library for PHP 8
|
|
* [cboden/ratchet](https://github.com/ratchetphp/Ratchet) - Asynchronous Socket server
|
|
* [gregwar/captcha](https://github.com/Gregwar/Captcha) - Captcha library to prevent spam abuse
|
|
* [ixnode/php-cli-image](https://github.com/ixnode/php-cli-image) - Library converts captcha to ASCII/CLI format |