An open API service indexing awesome lists of open source software.

https://github.com/r21gh/realtime-chat

A realtime chat application using the power of websockets and the Go programming language.
https://github.com/r21gh/realtime-chat

chat chatbot-application css3 golang html5 javascript vuejs

Last synced: 2 months ago
JSON representation

A realtime chat application using the power of websockets and the Go programming language.

Awesome Lists containing this project

README

        

# Simple chat application using Golang and Vue.js

##### `cd src`
##### `go run main.go`

##### To see how the app works with multiple users, just open another browser tab or window and navigate to ["http://localhost:8000"](http://localhost:8000). Enter a different email and username. Take turns sending messages from both windows.