【Bun】ElysiaでSwagger エンドポイントを生成してみる

【Bun】ElysiaでSwagger エンドポイントを生成してみる

第1 install
bun add @elysiajs/swagger

第2 結果


第3 まとめ
あ)技術的にはほとんど理解できない

第4 おまけ
bun

If you’re referring to bun.sh, it is a fast all-in-one JavaScript runtime and toolkit designed for speed, complete with a bundler, test runner, and Node.js-compatible package manager1. It is written in Zig and powered by JavaScriptCore under the hood, dramatically reducing startup times and memory usage2. Bun is designed as a drop-in replacement for Node.js and natively implements hundreds of Node.js and Web APIs, including fs, path, Buffer and more1. You can install Bun on macOS, Linux, and WSL by running the following command in your terminal: curl -fsSL https://bun.sh/install | bash1. Once installed, you can use Bun to develop, test, run, and bundle JavaScript & TypeScript projects1.

I hope this helps! Let me know if you have any other questions. ??

API
If you’re referring to API, it stands for “Application Programming Interface”. It is a set of protocols, routines, and tools for building software applications. APIs specify how software components should interact and are used to integrate different software components123. There are different types of APIs, such as Web APIs, OS APIs, and Runtime APIs1.

If you have a specific question about APIs, please let me know and I’ll do my best to help you out. ??
plugin

https://docs.oracle.com/cd/E19636-01/819-6500/fddsj/index.html

If you’re referring to plugins, they are small software add-ons that enhance the functionality of a larger software program 123. They are designed to be installed on a program and can add new features or modify existing ones 1. Plugins are commonly used in web browsers, content management systems, and other software applications 1.

以上


この記事が気に入ったらサポートをしてみませんか?