Skip to content

Website chat server/ client side code generator - replacement of messenger

Notifications You must be signed in to change notification settings

JohnyWander/WebsiteCustomerChat

Repository files navigation

WebsiteCustomer chat is an app that lets you and your customers to communicate via website chat.

It's Asp .Net MVC on net6.0 compatibile with windows/linux (tested) and mac (not tested yet);

Installation instruction -

Requeriments:

  • mysql database, other db engines support coming soon ( probably with swap to entity framework from raw sql queries)
  • net framework 6.0
  • SSL certificate - for standalone app hosting ( best way is to hide app behind proxy configuration)

Installation

  • unpack files from release in directory or compile app on your own

  • Install MySql server and create database, user and assign All privileges on db to user

  • start application with following command - linux: ./WebsiteCustomerChatMVC --urls='https://urdomain.com: - can be 443 for standalone, or any for Proxied setup

  • Create Administrator account
    image

  • Configure database image

Setting up proxy for application

  1. lUse chat server with command line --urlshttps://<server name/ip/localhost>:

-Apache

create virtualhost on your server domain/subdomain name or ip
<VirtualHost 10.10.10.10:443>
SSLProxyEngine On
ProxyPass / https://localhost:5000/
ProxyPassReverse / https://localhost:5000/
#-- other ssl config



Page site chat example ChatClientSiteExamples directory, configure it for your needs - (chat creator coming soon)

About

Website chat server/ client side code generator - replacement of messenger

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published