@re-shell/cli
Version:
Full-stack development platform uniting microservices and microfrontends. Build complete applications with .NET (ASP.NET Core Web API, Minimal API), Java (Spring Boot, Quarkus, Micronaut, Vert.x), Rust (Actix-Web, Warp, Rocket, Axum), Python (FastAPI, Dja
38 lines (37 loc) • 1.1 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.perlMojoliciousTemplate = void 0;
exports.perlMojoliciousTemplate = {
id: 'perl-mojolicious',
name: 'Perl Mojolicious',
displayName: 'Mojolicious',
description: 'Real-time web framework for Perl',
framework: 'mojolicious',
language: 'perl',
version: '9.34',
author: 'Re-Shell Team',
icon: '🔥',
type: 'web-framework',
complexity: 'intermediate',
keywords: ['perl', 'mojolicious', 'realtime', 'websocket', 'async', 'modern'],
features: [
'Real-time web framework',
'WebSocket support',
'Server-sent events',
'Non-blocking I/O',
'Modern architecture',
'Hot code reloading',
'Template system',
'JSON API support',
'Authentication helpers',
'Database integration',
'Plugin system',
'Development tools',
'Production deployment'
],
dependencies: {
'Mojolicious': '^9.34'
},
tags: ['perl', 'mojolicious', 'web', 'realtime'],
files: {}
};