Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lucassklp/lavyn
:speech_balloon: A full-featured chat for desktop, web and mobile
https://github.com/lucassklp/lavyn
angular chat dotnet-core electron firebase flutter mysql signalr webrtc
Last synced: 26 days ago
JSON representation
:speech_balloon: A full-featured chat for desktop, web and mobile
- Host: GitHub
- URL: https://github.com/lucassklp/lavyn
- Owner: lucassklp
- License: mit
- Created: 2020-02-14T23:51:57.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-02-25T15:39:52.000Z (almost 2 years ago)
- Last Synced: 2024-11-19T06:59:06.827Z (3 months ago)
- Topics: angular, chat, dotnet-core, electron, firebase, flutter, mysql, signalr, webrtc
- Language: C#
- Homepage:
- Size: 601 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Lavyn
A open-source chat featured with text, image, audio, screensharing and video calls and much more!
The application is made using:
- Docker
- Angular 15
- ASP.Net Core 7
- SignalR (socket)
- Peerjs (WebRTC)
- MySQL
- Electron (desktop)
- Rx.Http## Running
In order to run the application, you must run following commands:
``git clone https://github.com/lucassklp/Lavyn.git``
``cd Lavyn``
``docker-compose build --no-cache``
``docker-compose up -d``
**Note: You must to have docker and docker-compose to run this**