Skip to content
This repository has been archived by the owner on Sep 24, 2021. It is now read-only.
Preston edited this page Dec 17, 2015 · 18 revisions

Introduction

Neta is a modern, decentralized, and customizable chatting client. Lets break down what that actually means:

  • Modern: Neta is heavily based upon newer web technologies. It's source consists of things like Electron, React, Stylus, and ES6 (using Babel).

  • Decentralized: Neta is not forced to use one central server. If you want privacy you can host your own chat servers with Neta's chat & proxy server, Tour.

  • Cusomizable: Neta is based on top of core plugins for some of it's basic operations, it's designed to be easily changeable with a robust developer API.

Packages

There are two types of packages in Neta: Themes and Plugins. Themes are used to style the interface to bring a better user experience. Plugins are used to alter the program to bring more functionality.

Clone this wiki locally