Sign inSign up

growerp/chat

By growerp

Updated over 1 year ago

Websocket Chat server for GrowERP

Image
Networking
Security
Integration & delivery
1

5.5K

growerp/chat repository overview

GrowERP chat

this is companion for flutter GrowERP to enable simple chatting in a room or privately between company employees and customers/suppliers. All messages are exchanged in JSON format.

It is a component which will run independently of the Moqui backend system but will communicate over a REST interface for user information and authorization.

to build: ./gradlew build to run in a jetty server locally: ./gradlew appRun

Relevant articles where this component is based on:

The second one is easy to create locally. The first one a bit more difficult but was the basis of this component.

Interface to the Moqui server:

start docker instance: docker run -p 8081:8080 -e "DATABASEBACKEND=http://host_ip_number:8080" chat

Tag summary

Content type

Image

Digest

sha256:0b348bf0d

Size

91.9 MB

Last updated

over 1 year ago

docker pull growerp/chat