Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nobonobo/vecty-chatapp
Vecty Samples
https://github.com/nobonobo/vecty-chatapp
frontend gopherjs vecty
Last synced: 22 days ago
JSON representation
Vecty Samples
- Host: GitHub
- URL: https://github.com/nobonobo/vecty-chatapp
- Owner: nobonobo
- License: mit
- Created: 2018-02-17T13:55:04.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-03-08T10:44:01.000Z (almost 7 years ago)
- Last Synced: 2024-06-20T06:37:58.952Z (6 months ago)
- Topics: frontend, gopherjs, vecty
- Language: Go
- Size: 22.5 KB
- Stars: 13
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# vecty-sample
dead-simple chat app sample
Demo: https://chatapp.irieda.com
## get sample go source code
```sh
go get -d github.com/nobonobo/vecty-chatapp
cd $GOPATH/src/github.com/nobonobo/vecty-chatapp
```## development server start
```sh
make gopherjs &
make devrun
```open: http://localhost:8888/
## local run native binary
```sh
make build
make run
```open: http://localhost:8888/
## local run by docker
```sh
docker run -it --rm -p 8888:8888 nobonobo/chatapp
```open: http://localhost:8888/