The Qryptell WebSocket Service provides real-time messaging capabilities to enable users to communicate instantly. It allows for the exchange of messages in a secure and efficient manner, supporting various features essential for a modern messaging platform.
- Real-time bidirectional communication
- Multiple channels for group discussions
- Message encryption for enhanced security
- Customizable event handling for different message types
- Delivery acknowledgments and message status tracking
- User authorization
- Go
- Fiber
- WebSocket
Clone this repository and create .env
file to store necessary enviornment variables.
eg:
PORT=9000
AUTH_SECRET=secret
now run make run
to start the server.
Contributions are welcome! To contribute to this project:
-
Fork the project
-
Clone the fork
git clone https://github.com/<your-username>/Qryptell-websocket-service
-
Add Upstream
git remote add upstream https://github.com/Qryptell/Qryptell-websocket-service
-
Craete a new branch
git checkout -b feature
-
Make your changse
-
Commit your changes
git commit -am "Add new feature"
-
Update main
git checkout main git pull upstream main
-
Rebase to main
git checkout feature git rebase main
if there is any conflict you need to fix it.
-
Push to the branch
git push origin feature
-
Create new Pull Request
Qryptell Web Socket Service - WebSocket Service for Qryptell End To End Encrypted Chat App.
Copyright © 2023 Qryptell
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see https://www.gnu.org/licenses/.