Skip to content

lawlight-org/icecable-server

Repository files navigation

🧊 IceCable - Most secure instant messaging app 🔒

This is the server for IceCable, an instant messaging app focused on privacy and security.

Features

  • Full End-to-End Encryption (E2EE) - Private calls and chats.
  • No personal data required - Sign up without a phone number or email.
  • Full privacy - No tracking, no ads, no data sharing. Server sees as little as possible.

Development

Prerequisites

Clone the repository

git clone https://github.com/lawlight-org/icecable-server.git
cd icecable-server

Install dependencies

npm install

Run the development server

npm run dev

The development server will be running at http://localhost:1337 by default.

Building

npm run build

The production build will be in the dist folder.

Run the production server

npm run start

The production server will be running at http://localhost:1337 by default.

Contributing

  1. Fork the repository.
  2. Create a new branch (git checkout -b feature-branch).
  3. Make your changes.
  4. Commit your changes (git commit -am 'Add new feature').
  5. Push to the branch (git push origin feature-branch).
  6. Create a new Pull Request.

License

This project is licensed under the GNU General Public License v3.0 - see the LICENSE file for details.

About

The most secure instant messaging app.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published