
AdonisJS - A fully featured web framework for Node.js
AdonisJS is a TypeScript-first web framework for building web apps and API servers. It comes with support for testing, modern tooling, an ecosystem of official packages, and more.
AdonisJS Framework - GitHub
AdonisJS is a TypeScript-first web framework for building web apps and API servers. It comes with support for testing, modern tooling, an ecosystem of official packages, and more.
框架简介 | 开始 |《AdonisJS 中文文档 5.x》| AdonisJS / NodeJS
AdonisJS 是 Node.js 的后端框架。 该框架是用 TypeScript 编写的,你将使用 AdonisJS 创建的应用程序也将使用 TypeScript。 我们非常注重如何利用 TypeScript 并在静态类型安全和视觉噪音之间保持良好的平衡。 如果你从未使用过 TypeScript,我们建议你先学习该语言的基础知识,然后再使用 AdonisJS。 我们还希望你熟悉 Node.js 生态系统和一般的异步编程。 假设你来自 PHP 或 Ruby 等线程语言。 在这种情况下,我们建议自学 Node.js 事件循环,并了解它与线程环境的不 …
Installation (Getting started) | AdonisJS Documentation
AdonisJS - View application routes, run ace commands, migrate the database, and read documentation directly from your code editor. Edge - Supercharge your development workflow with support for syntax highlighting, autocompletion, and code snippets.
Introduction (Preface) | AdonisJS Documentation
AdonisJS is a TypeScript-first web framework for Node.js. You can use it to create a full-stack web application or a JSON API server.
Tuyau - An E2E client for your AdonisJS APIs
2024年10月27日 · Tuyau offers an automatically generated front-end client from your AdonisJS API that is 100% typesafe without the need to maintain any types or runtime code yourself.
Introduction (Views & Templates) | AdonisJS Documentation
AdonisJS is an excellent fit for creating traditional server-rendered applications in Node.js. If you enjoy the simplicity of using a backend template engine that outputs HTML without any overhead of Virtual DOM and build tools, then this guide is for you.
AdonisJs - Node.js web framework
AdonisJs is a Node.js web framework with a breath of fresh air and drizzle of elegant syntax on top of it. We prefer developer joy and stability over anything else.
もう技術選定や設計に悩まない!?全部入りフルスタックTypeScriptフレームワークAdonisJS …
2025年2月26日 · この記事では、AdonisJS v6のインストール方法、ルーティングとコントローラの基礎について解説します。 1. AdonisJSとは? AdonisJSは、モダンなWebアプリケーション開発に最適なフルスタックフレームワークです。 以下の特徴を持っています。
もう技術選定や設計に悩まない!?全部入りフルスタックTypeScriptフレームワークAdonisJS …
2025年2月27日 · 前回の記事 では、AdonisJS v6のインストール方法やルーティング、コントローラの基礎について解説しました。 今回は、データベース操作の基盤となるマイグレーションとモデルについて詳しく見ていきます。