Skip to content

Chatog/Chatog-Server

Repository files navigation

Chatog-Server

Chatog server-side system.

Quick Start

We recommend to build env referred to Dockerfile.

Install dependencies and serve.

yarn
yarn dev --debug

Deploy

Build dist (without node_modules).

yarn build

Launch server.

node ./build/src/index.js

Issues

If you want to launch server in local Windows system, you may encounter below issues:

Request ${LAN IP}:8080 refused

Solution: forward LAN IP to localhost.

netsh interface portproxy set v4tov4 listenport=8080 listenaddress=0.0.0.0 connectport=8080 connectaddress=localhost

Cannot establish ICE connection with ${LAN_IP} in mobile

Solution: not use ${LAN_IP} but use localhost.

In this way, you also have to use usb to connect mobile and computer, then forward mobile request to computer, such as:

adb reverse tcp:20000 tcp:20000

About

server for chatog

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published