Skip to content

Bun Examples – A collection of boilerplates and examples for Bun Javascript runtime built with the Hono and more.

License

Notifications You must be signed in to change notification settings

adityasonel/bun-examples

Repository files navigation

WebsiteContact

Bun Examples

A collection of ready-to-use Bun examples.

Table of Contents

Click to expand

Getting Started

If you are new to bun, I recommend you to get started here What is Bun?

Examples

Each example contains a README.md with an explanation about the example and it's use cases.

Have an example? Submit a PR or open an issue. ⚡️

Example Author
Hello World In Bun
A simple hello world example running on bun runtime.
adityasonel
Simple Http Server
A simple http server example based on Bun.serve.
adityasonel

Contributing

Adding example code

  1. Make sure your contribution matches the linting setup for this repo:

Run the linting via

npm run lint
  1. Add a package.json file in your example with the name of the example and a description and any dependencies used.

  2. Regenerate the README.md with the following command

npm run docs
  1. Open a new pull request with your example. ⚡️

About

Bun Examples – A collection of boilerplates and examples for Bun Javascript runtime built with the Hono and more.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published