eminkin97/Chat-Cat
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
Network chat server Server installation instructions: The components for the server are all in the chat.go file. Download Go version 1.9 from https://golang.org/dl/. Set up the development environment and compile the files with 'go build'. Then run the executable that results Client installation instructions: cd into the electron-client repository. Run npm start to start the client. ---------------------------------------------------------------- This application is a network chat server designed for peer to peer communication over a network or wireless communication. Please Post any questions or issues in the 'Issues section'