Skip to content

romanb/wire-server

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wireâ„¢

Wire logo

This repository is part of the source code of Wire. You can find more information at wire.com or by contacting opensource@wire.com.

You can find the published source code at github.com/wireapp/wire.

For licensing information, see the attached LICENSE file and the list of third-party licenses at wire.com/legal/licenses/.

No license is granted to the Wire trademark and its associated logos, all of which will continue to be owned exclusively by Wire Swiss GmbH. Any use of the Wire trademark and/or its associated logos is expressly prohibited without the express prior written consent of Wire Swiss GmbH.

Wire server

This repository contains the source code for the Wire server. It contains all libraries and services necessary to run Wire.

Exact description on how to build the different services is coming up soon. Self hosting and federation is on our long term roadmap.

See more in "Open sourcing Wire server code".

Content of the repository

This repository contains:

  • services
    • nginz: Public API Reverse Proxy
    • galley: Conversations
    • brig: Accounts
    • gundeck: Push Notification Hub
    • cannon: WebSocket Push Notifications
    • cargohold: Asset Storage
    • proxy: 3rd Party API Integration
  • libs: Shared libraries

Architecture Overview

The following diagram gives a high-level outline of the (deployment) architecture of the components that make up a Wire Server as well as the main internal and external dependencies between components.

wire-arch

Communication between internal components is currently not guarded by dedicated authentication or encryption and is assumed to be confined to a private network.

Roadmap

  • Documentation on development
  • Build and deployment options

About

🇪🇺 Wire back-end services

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Haskell 82.1%
  • HTML 14.7%
  • Rust 1.1%
  • Makefile 1.1%
  • Shell 0.8%
  • Ruby 0.1%
  • Other 0.1%