File tree 1 file changed +8
-4
lines changed
1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -695,10 +695,14 @@ <h2 class="projects lang" data-en="Projects" data-fr="Projets" data-de="Projekte
695
695
"$ bin/dispatcher say --words Hello --import tinystruct.examples.example" ,
696
696
"Hello" ,
697
697
" " ,
698
- "# bin/dispatcher start --import org.tinystruct.system.NettyHttpServer" ,
699
- "You can access the below URLs:" ,
700
- " http://localhost:8080/?q=say/Praise%20the%20Lord!" ,
701
- " http://localhost:8080/?q=praise"
698
+ "# bin/dispatcher start --import org.tinystruct.system.NettyHttpServer --server-port 777" ,
699
+ " " ,
700
+ " _/ ' _ _/ _ _ _/" ,
701
+ " / / /) (/ _) / / (/ ( / 1.6.4" ,
702
+ " /" ,
703
+ " " ,
704
+ `${ new Date ( ) . toLocaleString ( ) } org.tinystruct.system.NettyHttpServer start` ,
705
+ "INFO: Netty server (777) startup in 30 ms"
702
706
] ;
703
707
704
708
const outputMain = document . getElementById ( 'output-main' ) ;
You can’t perform that action at this time.
0 commit comments