Skip to content

pusidun/IM-Golang

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

An IM project using Golang.

Build && Run

This repo use Go Module.You can just build with commandgo build.

Don't forget to edit conf/application.yml before running.

Or just using Dockerfile

docker build -f Dockerfile -t pusidun/im_golang .
docker run  -p 8085:8085 --name im_golang pusidun/im_golang -it /bin/bash

PS:MySQL can also start using docker

docker pull mysql:5.7
docker run --name golang-mysql -e MYSQL_ROOT_PASSWORD=12345abcde -p 3306:3306 -d mysql:5.7

Design

LICENSE

This repo is under MIT LICENSE

About

IM using Golang

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published