Mojolicious: Perbedaan antara revisi

Konten dihapus Konten ditambahkan
Yusrideb (bicara | kontrib)
k Update informasi rilis terbaru
Yusrideb (bicara | kontrib)
k update link in content
Baris 36:
 
'''Toolkit pengembangan web yang kuat''', yang dapat Anda gunakan untuk semua jenis aplikasi, terlepas dari [[Kerangka kerja aplikasi|kerangka webnya]].
* Mendukung HTTP dan WebSocket<ref>{{cite web|url=http://webdev.infowebcentral.com/redirect/85036|archive-url=https://web.archive.org/web/20171008232008/http://webdev.infowebcentral.com/redirect/85036|dead-url=yes|archive-date=8 October 2017|title=Updating the Duct Tape for HTML5: Websockets in Perl (Mojolicious)|publisher=DZone|date=1 Nov 2011}}</ref><ref>{{cite book |last= McDaniel|first= Adam |title= HTML5: Your Visual Blueprint for Designing Rich Web Pages and Applications |publisher= Visual|date=November 2011|isbn= 978-0-470-95222-1|url=https://books.google.com/books?id=pfLdvQIM7bIC&pg=PT534&dq=Mojolicious&hl=en&ei=7mzJTpTaF4jD8QOc1_WEAQ&sa=X&oi=book_result&ct=result&redir_esc=y#v=onepage&q=Mojolicious&f=false}}</ref> dengan Web Server yang terintegrasi, baik untuk mode Pengembang ([[https://mojolicious.org/perldoc/Mojolicious/Guides/Cookbook#Morbo morbo]]<ref>{{cite web|url=https://mojolicious.org/perldoc/Mojolicious/Guides/Cookbook#Morbo|title=Mojolicious Web Server mode Pengembang|publisher=Mojolicious | accessdate=25 Mei 2018}}</ref>) maupun mode Produksi ([https://mojolicious.org/perldoc/Mojolicious/Guides/Cookbook#Pre-forking prefork]<ref>{{cite web|url=https://mojolicious.org/perldoc/Mojolicious/Guides/Cookbook#Pre-forking|title=Mojolicious Preforking Web Server|publisher=Mojolicious | accessdate=25 Mei 2018}}</ref> atau [[https://mojolicious.org/perldoc/Mojolicious/Guides/Cookbook#Hypnotoad hypnotoad]]<ref>{{cite web|url=https://mojolicious.org/perldoc/Mojolicious/Guides/Cookbook#Hypnotoad|title=Mojolicious Hypnotoad untuk Web Server mode produksi|publisher=Mojolicious | accessdate=25 Mei 2018}}</ref>), implementasi [[Client/server]], [[IPv6]], [[TLS]], [[IDNA]], [[:en:Comet (programming)|Comet]] (long polling), Promises/A+, connection pooling, timeout, cookie, metode [[chunking]], [[Ekstensi surat internet multiguna|Mutipart]] dan dukungan kompresi gzip.
* Terintegrasi dengan metode non-blocking I/O web server yang mendukung multiple event loops, hot deployment, dan sangat sempurna untuk membangun Web Service dengan skalabilitas tinggi.
* Dapat dijalankan sebagai [[CGI]] ataupun pada lingkungan [[https://metacpan.org/pod/PSGI PSGI]]<ref>{{cite web|url=https://metacpan.org/pod/PSGI|title=Perl Web Server Gateway Interface (PSGI)|publisher=Tatsuhiko Miyagawa | accessdate=25 Mei 2018}}</ref>.
* Dapat mengurai [[JSON]], [[HTML5]]/[[XML]] dan [[:en:Cascading_Style_Sheets#CSS_3|CSS3]].
* Menggunakan kode [[perl]] yang lebih modern berdasarkan pengalaman bertahun-tahun mengembangkan [[Catalyst (Perangkat lunak)|Catalyst]].
* Ratusan ekstensi pihak ketiga dan beberapa proyek berkualitas tinggi lainnya seperti salah satunya '''Job Queue''' dengan [https://metacpan.org/pod/Minion Minion] dan [https://metacpan.org/release/Mojolicious-Plugin-Status Mojolicious-Plugin-Status] sebagai '''plugin untuk monitoring status web server mojolicious''' ([https://mojolicious.org/perldoc/Mojolicious/Guides/Cookbook#Hypnotoad Hypnotoad] dan [https://mojolicious.org/perldoc/Mojolicious/Guides/Cookbook#Morbo Morbo]).