aaylward / YoChat

it's a chat. yo.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

YoChat

client

openssl s_client -connect <domain>

nginx

stream {
  server {
    listen     443;
    proxy_pass localhost:8992;
  }
}

About

it's a chat. yo.


Languages

Language:Java 98.1%Language:Shell 1.4%Language:Procfile 0.5%