Skip to main content
Back to course
Log in
Get started
Someone wanted to learn this too, so Grasp built them a personal learning path.
Create your own
Telegram Bots with Bun.js
ยท
Module 1
Bun.js for TypeScript Developers
1
Installing Bun & Initializing a TypeScript Project
Install Bun and initialize a new TypeScript project.
Install Bun and initialize a new TypeScript project.
2
Bun vs. Node.js for Bot Development
Explain key differences between Bun and Node.js runtimes relevant to bot development.
Explain key differences between Bun and Node.js runtimes relevant to bot development.
3
Bun Package Management Basics
Use Bun's built-in package manager to add and manage dependencies.
Use Bun's built-in package manager to add and manage dependencies.
4
Bun Dev Workflow: Run & Debug TypeScript
Run and debug TypeScript files directly using Bun's runtime and inspector.
Run and debug TypeScript files directly using Bun's runtime and inspector.
5
Bun .env for API Keys & Config
Manage environment variables for API keys and configuration using Bun's built-in support for .env files.
Manage environment variables for API keys and configuration using Bun's built-in support for .env files.
6
Making HTTP Requests with Bun's `fetch` API
Use Bun's optimized `fetch` API to make external HTTP requests.
Use Bun's optimized `fetch` API to make external HTTP requests.
Previous module
Next module
The Telegram Bot API from First Principles