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

https://github.com/vhyran/openchat

ChatApp is a simple and intuitive chat application that allows users to communicate in real-time.
https://github.com/vhyran/openchat

toml websocket zap zig

Last synced: about 2 months ago
JSON representation

ChatApp is a simple and intuitive chat application that allows users to communicate in real-time.

Awesome Lists containing this project

README

          

# OpenChat

ChatApp is a simple and intuitive chat application that allows users to communicate in real-time.

![OpenChat Logo](images/image.png)

> **Note:** UI improvements are coming soon.

## Tech Stack

The initial version of OpenChat was built using the following technologies:

- **Python**: For frontend development and real-time communication.
- **Bun (TypeScript) + Hono**: For backend services and logic.

The new version of OpenChat has been upgraded with the following technologies:

- **Zig**: For improved performance and system-level programming.

## Old Code Base

The old code base can be found in the `log` folder for reference and historical purposes.

## Check Log and Implementation of Zig

For detailed information on the log and the implementation of Zig in the new version of OpenChat, please refer to the `TODO.md` file located in the root directory of the project.