blob: 2f11e2f2f26f8ce3acee98d713c1b4f2bb4cea2a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# BEAM-Messenger
The messenger with that certain something.
Just a task for me to create my own messenger with integrated social network like features.
It's not my aim to create a **popular** messenger/social network.
### The things the messenger should/will feature
* Easy interface
* Fast responses
* Secure backend
* **NO** data-selling
* Free to use (except for donations :) )
* Open source
* Realtime end-to-end encrypted chat
* Image uploading
* Status and/or story feature
* Friend and followers
* Groups in chats **and** in image feed
### File placements
* Main site code is in `/main/app/sprinkles/core/`
* The Twig templates of the actual site you'll see are in `/main/app/sprinkles/core/templates/pages/`
* Other important things are mostly somewhere in the `sprinkles` directory - other directories are mostly configuration, logs, cache etc.
|