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.
- Host: GitHub
- URL: https://github.com/vhyran/openchat
- Owner: vhyran
- License: other
- Created: 2024-12-10T15:46:04.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-16T08:00:18.000Z (over 1 year ago)
- Last Synced: 2025-04-06T07:48:56.765Z (about 1 year ago)
- Topics: toml, websocket, zap, zig
- Language: Python
- Homepage:
- Size: 188 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# OpenChat
ChatApp is a simple and intuitive chat application that allows users to communicate in real-time.

> **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.