An open API service indexing awesome lists of open source software.

https://github.com/mopsgamer/draqun

HTMX-driven chat app with a smart and efficient approach.
https://github.com/mopsgamer/draqun

deno esbuild go-template golang htmx javascript messaging mysql no-gohtmx no-react shoelace tailwindcss typescript web-components

Last synced: 10 months ago
JSON representation

HTMX-driven chat app with a smart and efficient approach.

Awesome Lists containing this project

README

          

# Draqun

[![github](https://img.shields.io/github/stars/Mopsgamer/draqun.svg?style=flat)](https://github.com/Mopsgamer/draqun)
[![github issues](https://img.shields.io/github/issues/Mopsgamer/draqun.svg?style=flat)](https://github.com/Mopsgamer/draqun/issues)

Definitely a cool chat application.

## Building from source

Requirements:

- MySQL@^8.0
- Go@^1.23
- Deno@^2.0

> [!TIP]
> First setup:
>
> 1. Run `deno task init:build`.
> 2. Change the `.env` file.
> 3. Run `deno task serve`.

Read more about contributing [here](./CONTRIBUTING.md).