This is the server for IceCable, an instant messaging app focused on privacy and security.
- 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.
git clone https://github.com/lawlight-org/icecable-server.git
cd icecable-servernpm installnpm run devThe development server will be running at http://localhost:1337 by default.
npm run buildThe production build will be in the dist folder.
npm run startThe production server will be running at http://localhost:1337 by default.
- Fork the repository.
- Create a new branch (
git checkout -b feature-branch). - Make your changes.
- Commit your changes (
git commit -am 'Add new feature'). - Push to the branch (
git push origin feature-branch). - Create a new Pull Request.
This project is licensed under the GNU General Public License v3.0 - see the LICENSE file for details.