Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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**