muke1908 / chat-e2ee

End-to-end encrypted disposable chat & audio-call sessions, exchange sensitive information with peer safely and securely.
https://chat-e2ee-2.azurewebsites.net/
Apache License 2.0
341 stars 200 forks source link

Create service as a separate module #280

Closed muke1908 closed 1 year ago

muke1908 commented 1 year ago

https://github.com/muke1908/chat-e2ee/blob/master/client/src/service/index.js

Move out this module out of client folder, consume it as package in client folder. for example, in client package.json: @chate2ee/service: "file: ../service"

It will unlock the possibility to make this package available separately and allow to build chat app on different web-client.

muke1908 commented 1 year ago

https://github.com/muke1908/chat-e2ee/pull/283