UNPKG

@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

39 lines (38 loc) 1.15 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.clojurePedestalTemplate = void 0; exports.clojurePedestalTemplate = { id: 'clojure-pedestal', name: 'Clojure Pedestal', displayName: 'Pedestal', description: 'High-performance interceptor-based framework for Clojure', framework: 'pedestal', language: 'clojure', version: '0.6.0', author: 'Re-Shell Team', icon: '🏛️', type: 'web-framework', complexity: 'advanced', keywords: ['clojure', 'pedestal', 'interceptors', 'async', 'enterprise', 'performance'], features: [ 'Interceptor architecture', 'Async support', 'High performance', 'Enterprise-grade', 'WebSocket support', 'Server-sent events', 'Chain processing', 'Debugging tools', 'Production monitoring', 'Scalable design', 'Streaming support', 'Security features' ], dependencies: { 'Clojure': '^1.11.1', 'Pedestal': '^0.6.0', 'Jetty': '^9.4.0' }, tags: ['clojure', 'pedestal', 'interceptors', 'async'], files: {} };