|
Mojolicious is a real-time web application framework, written by Sebastian Riedel, creator of the web application framework Catalyst.〔(【引用サイトリンク】title=Mojolicious 2.0: Modern Perl For the Web )〕 Licensed as free software under the Artistic License v 2.0, it is written in Perl, and is designed for use in both simple and complex web applications, based on Riedel's previous experience developing Catalyst. Documentation for the framework was partly funded by a grant from The Perl Foundation. As it is written in Perl, Mojolicious can run on any of the many operating systems for which Perl is available, and can be installed directly from CPAN.〔(【引用サイトリンク】title=Mojolicious )〕 Prebuilt packages of Mojolicious are also available for NetBSD from pkgsrc〔(【引用サイトリンク】title=The NetBSD Packages Collection: www/p5-Mojolicious )〕 and for Microsoft Windows and other operating systems from ActiveState's Perl package manager.〔(【引用サイトリンク】title=Mojolicious )〕 ==Features== * Real-time web framework supporting a simplified single file mode through Mojolicious::Lite.〔(【引用サイトリンク】title=Mojolicious - Perl real-time web framework )〕 * Out-of-the-box support for RESTful routes, plugins, Perl-ish templates, session management, signed cookies, testing framework, static file server and full Unicode support. * Portable and object oriented Perl API with no requirements besides Perl 5.10.1 (although 5.18+ is recommended, and optional CPAN modules will be used to provide advanced functionality if they are installed). * Full stack HTTP and WebSocket.〔(【引用サイトリンク】title=Updating the Duct Tape for HTML5: Websockets in Perl (Mojolicious) )〕 client/server implementation with IPv6, TLS, IDNA, Comet (long polling), chunking and multipart support * Built-in non-blocking I/O web server supporting libevent and hot deployment for embedding. * Automatic CGI and PSGI detection. * JSON and HTML5/XML parser with CSS3 selector support. 抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)』 ■ウィキペディアで「Mojolicious is a real-time web application framework, written by Sebastian Riedel, creator of the web application framework Catalyst.(【引用サイトリンク】title=Mojolicious 2.0: Modern Perl For the Web ) Licensed as free software under the Artistic License v 2.0, it is written in Perl, and is designed for use in both simple and complex web applications, based on Riedel's previous experience developing Catalyst. Documentation for the framework was partly funded by a grant from The Perl Foundation.As it is written in Perl, Mojolicious can run on any of the many operating systems for which Perl is available, and can be installed directly from CPAN.(【引用サイトリンク】title=Mojolicious ) Prebuilt packages of Mojolicious are also available for NetBSD from pkgsrc(【引用サイトリンク】title=The NetBSD Packages Collection: www/p5-Mojolicious ) and for Microsoft Windows and other operating systems from ActiveState's Perl package manager.(【引用サイトリンク】title=Mojolicious )==Features==* Real-time web framework supporting a simplified single file mode through Mojolicious::Lite.(【引用サイトリンク】title=Mojolicious - Perl real-time web framework )* Out-of-the-box support for RESTful routes, plugins, Perl-ish templates, session management, signed cookies, testing framework, static file server and full Unicode support.* Portable and object oriented Perl API with no requirements besides Perl 5.10.1 (although 5.18+ is recommended, and optional CPAN modules will be used to provide advanced functionality if they are installed).* Full stack HTTP and WebSocket.(【引用サイトリンク】title=Updating the Duct Tape for HTML5: Websockets in Perl (Mojolicious) ) client/server implementation with IPv6, TLS, IDNA, Comet (long polling), chunking and multipart support* Built-in non-blocking I/O web server supporting libevent and hot deployment for embedding.* Automatic CGI and PSGI detection.* JSON and HTML5/XML parser with CSS3 selector support.」の詳細全文を読む スポンサード リンク
|