mirror of
https://github.com/YGGverse/Pulsar.git
synced 2026-03-31 17:55:37 +00:00
fix protocol name
This commit is contained in:
parent
9bb15c4bec
commit
46d1cb55ef
4 changed files with 17 additions and 15 deletions
16
README.md
16
README.md
|
|
@ -6,9 +6,9 @@ RSS aggregator for different protocols
|
|||
|
||||
* [x] `src/crawler.php` - scan configured RSS feeds and dump results to SQLite ([alternative branch](https://github.com/YGGverse/Pulsar/tree/fs))
|
||||
* [ ] `src/cleaner.php` - auto clean deprecated records
|
||||
* [x] `src/server.php` - server launcher with multiple host support, based on [Ratchet](https://github.com/ratchetphp/Ratchet) asynchronous socket library
|
||||
* [x] [NEX Protocol](https://nightfall.city/nps/info/specification.txt)
|
||||
* [ ] [Gemini Protocol](https://geminiprotocol.net)
|
||||
* [x] `src/server.php` - server launcher for different protocols:
|
||||
* [x] [NEX](https://nightfall.city/nex/info/specification.txt) - based on [Ratchet](https://github.com/ratchetphp/Ratchet) `IoServer` asynchronous socket library
|
||||
* [ ] [Gemini](https://geminiprotocol.net)
|
||||
|
||||
## Example
|
||||
|
||||
|
|
@ -29,7 +29,9 @@ RSS aggregator for different protocols
|
|||
|
||||
## Server
|
||||
|
||||
* `php src/server.php protocol=NPS config=name.json` - launch `NPS` server configured by `name.json`
|
||||
* `protocol` - supported options:
|
||||
* `NPS`
|
||||
* `config` - relative (to `config` folder) or absolute path to configuration file
|
||||
Launch as many servers as wanted by arguments
|
||||
|
||||
* `php src/server.php protocol=nex config=name.json` - launch `nex` protocol server with `name.json` config
|
||||
* `config` - relative (to `config` folder) or absolute path to configuration file
|
||||
* `protocol` - server protocol, supported options:
|
||||
* `nex` - [NEX Protocol](https://nightfall.city/nex/info/specification.txt)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue