ntc-gwss

command module
v0.0.0-...-b7e06eb Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 26, 2023 License: Apache-2.0 Imports: 9 Imported by: 0

README

ntc-gwss

ntc-gwss is golang code example websocket server using library gorilla.

Install dependencies

# Install dependencies
#make deps
go mod download

# update go.mod file
go mod tidy

# Run upgrade all library dependencies
go get -u
go mod tidy

Build

export GO111MODULE=on
make build

Clean file build

make clean

Run with environment: development | test | staging | production

development
make run
test
make run-test
staging
make run-stag
production
make run-prod

License

This code is under the Apache License v2.

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL