Chat Server Project
A simple chat server which has one chat room. Users can join using a username. Messages from users are broadcasted to all users
Application is developed using WebSockets which allows client and server to establish always open connection. Server and client both can push messages whenevr deemed necessary
Languages/Frameworks used:
Back End: Go Language Fron End: Vue.Js
To run the server, Go into the '/src' directory and build the '.go' file using 'go build' command and then run the executable file. The server will run on port :8000