crevice
v0.1.0
Published
[](https://opensource.org/licenses/Apache-2.0) [](https://bun.sh/) [
Crevice is a lightweight, high-performance WebSocket service for secure 1:1 real-time communication with end-to-end encryption, capable of handling large data volumes.
🚀 Features
- Lightweight: Optimized for minimal resource usage
- High Performance: Built with Bun and Node.js for blazing-fast execution
- Secure: End-to-end encryption for all communications
- Real-time: Instant message delivery using WebSocket
- Scalable: Designed to handle large volumes of data
- 1:1 Communication: Focused on private, direct messaging
- Batteries Included: Includes a client for easy integration
🔧 Usage
To install dependencies:
bun installTo run:
bun run index.ts📦 Docker
To run Crevice using Docker:
Build the Docker image:
docker build -t crevice .Run the container:
docker run -p 5000:5000 crevice
