文件名称:orchestrate-perl:为 Perl 编排客户端
文件大小:8KB
文件格式:ZIP
更新时间:2024-07-26 19:59:10
Perl
Pure-Perl 非阻塞 I/O Orchestrate 客户端,针对实时 Web 框架进行了优化。 use Mojolicious::Lite; use Orchestrate; helper Orchestrate => sub { state $orchestrate = Orchestrate -> new( secret => ' apikey ' ) }; # Store and retrieve information non-blocking get ' / ' => sub { my $c = shift ; my $collection = $c -> orchestrate -> collection( ' games ' ); $c -> render( json => $collection -> find( ' key ' , ' Game o
【文件预览】:
orchestrate-perl-master
----README.md(987B)
----.gitignore(5B)
----Orchestrate()
--------Collection()
--------Collection.pm(11KB)
----Orchestrate.pm(5KB)