Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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/