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.
- Host: GitHub
- URL: https://github.com/r21gh/realtime-chat
- Owner: r21gh
- Created: 2017-02-15T20:16:31.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-02-16T22:29:07.000Z (over 8 years ago)
- Last Synced: 2025-02-01T07:27:35.854Z (4 months ago)
- Topics: chat, chatbot-application, css3, golang, html5, javascript, vuejs
- Language: HTML
- Size: 11.7 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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.