mirror of
https://github.com/YGGverse/yggverse.github.io.git
synced 2025-02-05 03:34:28 +00:00
add nex-php release pages
This commit is contained in:
parent
7d0d4dcc28
commit
283a9af725
12
nex/nex-php/1.0.0.gmi
Normal file
12
nex/nex-php/1.0.0.gmi
Normal file
@ -0,0 +1,12 @@
|
||||
# nex-php 1.0.0
|
||||
|
||||
Initial stable release!
|
||||
|
||||
Includes:
|
||||
|
||||
=> https://github.com/YGGverse/nex-php#client Client
|
||||
=> https://github.com/YGGverse/nex-php#server Server
|
||||
|
||||
## Links
|
||||
|
||||
=> https://github.com/YGGverse/nex-php/releases/tag/1.0.0 Download nex-php 1.0.0
|
25
nex/nex-php/1.1.0.gmi
Normal file
25
nex/nex-php/1.1.0.gmi
Normal file
@ -0,0 +1,25 @@
|
||||
# nex-php 1.1.0
|
||||
|
||||
Implemented optional Server response returned by custom handler
|
||||
|
||||
``` php
|
||||
$server->start(
|
||||
function (
|
||||
string $request,
|
||||
string $connect
|
||||
): ?string
|
||||
{
|
||||
printf(
|
||||
'connection: %s request: %s',
|
||||
$connect,
|
||||
$request
|
||||
);
|
||||
|
||||
return null; // null|string response
|
||||
}
|
||||
);
|
||||
```
|
||||
|
||||
## Links
|
||||
|
||||
=> https://github.com/YGGverse/nex-php/releases/tag/1.1.0 Download nex-php 1.1.0
|
@ -14,3 +14,8 @@ nex-php includes
|
||||
|
||||
=> https://github.com/YGGverse/nex-php GitHub
|
||||
=> nex://nightfall.city/nex/ Specification
|
||||
|
||||
## Releases
|
||||
|
||||
=> 1.1.0.gmi 2024-04-25 1.1.0
|
||||
=> 1.0.0.gmi 2024-04-23 1.0.0
|
Loading…
x
Reference in New Issue
Block a user