Skip to content

omgupta1608/chatex-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

chatex-server

Find API Docs here

Requirements

  • go > 1.12

To run the server locally run (in the server's root directory) go run cmd/main.go OR spin, the server will start at PORT 8080 by default

NOTE

  • Vendoring is enabled, but the /vendor directory is not being commited to git, to avoid large size commits
  • On installing a new dependency or when pulling the code, run
    • go mod vendor (to avoid Inconsistent vendoring)
    • go mod download (not tried)

About

Websocket Server powering the Chatex Application

Resources

Stars

Watchers

Forks

Languages