Revite: Difference between revisions
Created the Page |
m grammar Tag: 2017 source edit |
||
Line 2: | Line 2: | ||
== Development == | == Development == | ||
Revite is written in TypeScript with the Preact framework. The client is currently being rewritten in | Revite is written in TypeScript with the Preact framework. The client is currently being rewritten in Solid.js. | ||
== Source Code == | == Source Code == | ||
The Revite client is | The Revite client is open source; the code is available on [https://github.com/revoltchat/revite GitHub]. It is licensed under the [https://github.com/revoltchat/revite/blob/master/LICENSE GNU Affero General Public License v3.0]. | ||
[[Category:Client]] | [[Category:Client]] |
Latest revision as of 22:37, 14 November 2022
Revite is the official client maintained by the official Revolt team. It was the first client to be made and is the most fully featured option.
Development
Revite is written in TypeScript with the Preact framework. The client is currently being rewritten in Solid.js.
Source Code
The Revite client is open source; the code is available on GitHub. It is licensed under the GNU Affero General Public License v3.0.