<p align="center">
  <img src="https://tekir.io/logo.svg" width="80" alt="tekir" />
</p>

<h1 align="center">@tekir/core</h1>

<p align="center">Core tekir framework with routing, HTTP, and WebSockets</p>

<p align="center">
  <a href="https://www.npmjs.com/package/@tekir/core"><img src="https://img.shields.io/npm/v/@tekir/core.svg" alt="npm version" /></a>
  <a href="https://www.npmjs.com/package/@tekir/core"><img src="https://img.shields.io/npm/dm/@tekir/core.svg" alt="npm downloads" /></a>
  <a href="https://github.com/tekir-io/tekir/blob/main/LICENSE"><img src="https://img.shields.io/npm/l/@tekir/core.svg" alt="license" /></a>
</p>

<p align="center">
  <a href="https://tekir.io">Website</a> · <a href="https://docs.tekir.io">Documentation</a> · <a href="https://github.com/tekir-io/tekir">GitHub</a>
</p>

---

## Installation

```bash
bun add @tekir/core
```

For full usage and configuration, see the [documentation](https://docs.tekir.io/quick-start).

## License

MIT
