Tag

Egg

0 views collected around this technical thread.

WeDoctor Frontend Technology
WeDoctor Frontend Technology
Jun 8, 2020 · Backend Development

Simplify Koa and Egg Routing with Decorators: A Step-by-Step Guide

This article explains how to use JavaScript decorators to define routes for Koa and Egg frameworks, covering class and method decorators, Reflect metadata, automatic router generation, controller loading, and practical code examples for streamlined backend development.

EggKoaRouter
0 likes · 10 min read
Simplify Koa and Egg Routing with Decorators: A Step-by-Step Guide
HomeTech
HomeTech
Mar 12, 2019 · Backend Development

NodeJS and Egg Framework Practices for Frontend‑Backend Integration and Service Development

This article details the adoption of NodeJS and the Egg framework for front‑end/back‑end separation, covering SSR considerations, directory planning, scheduled tasks, error handling, service design, custom logging, Elasticsearch integration, and Docker deployment, offering practical insights and best‑practice recommendations for backend development.

DockerEggLogging
0 likes · 16 min read
NodeJS and Egg Framework Practices for Frontend‑Backend Integration and Service Development