Skip to content
/ cantina Public

Prototype chat app written with Go, React.js and RethinkDB

Notifications You must be signed in to change notification settings

0proto/cantina

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cantina

This is a prototype chat app made with Golang, RethinkDB and React.js, with the help of James Moore's tutorial on Udemy.

Installation

Requirements

  • A recent version of Go
  • Node.js >= 4.0
  • RethinkDB

Setup the env

Create a .env file in the server folder and setup your your RethinkDB ENV variables. Ex:

DB_ADDRESS=localhost:32769
DB_NAME=rtsupport

Run the server

cd server
go run *.go

Run the client

cd client
npm install
webpack-dev-server --port 4001

You can then visit localhost:4001 in your browser!

Screencap

About

Prototype chat app written with Go, React.js and RethinkDB

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages