Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 887 Bytes

File metadata and controls

18 lines (13 loc) · 887 Bytes

Revolt.c

A work-in-progress C89 Revolt API wrapper and client framework.

About

Important

This project is highly experimental and most things dont work. Things will break!

Revolt.c is a small, experimental C89 API wrapper and client framework for the Revolt chat platform. It is designed with a focus on minimal external dependencies while trying to be feature-complete. A key feature of Revolt.c is its custom WebSocket implementation based on libcurl, developed due to the lack of suitable C89-compliant WebSocket libraries.

License

This project is licensed under the Apache-2.0 License.