TCP 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. Backend developed using Golang. Frontend application built with Electronjs
Log in or sign up for Devpost to join the conversation.