/chattimusserver

Primary LanguageGoGNU General Public License v3.0GPL-3.0

CHATTIMUS SERVER

Folder struct

build

In this folder there are configuration files for build the project

cmd

Here are the diferents entrypoints of the applications

config

Parametizable variables

pkg

Reusable package for the aplications The application logic must be in this folder separated in packages

RUN PROJECT

With docker

$ docker-compose up -d

Without docker

  1. For web server
$ go run ./cmd/server
  1. For socket server
$ go run ./cmd/socket