Skip to content

gaomingyang/openim

Repository files navigation

Open IM

Build and Deploy Status

An Opensource Instant Messaging System.
You can deploy it privately to enhance communication security.

Deploy

Compile and run

go mod init openim
go build -o openim main.go
./openim

development run

go run main.go

Compile it into an executable file for a Linux server.

CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -o openim main.go

APIs

About

open source IM system

Topics

Resources

License

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages