Skip to content
/ chat Public

Simple chat application written in Go and Dart programming languages with Redis as a session storage and RethinkDB as a main data storage.

Notifications You must be signed in to change notification settings

adrian83/chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CHAT-GO

Simple chat application written in Go and Dart programming languages with Redis as a session storage and RethinkDB as a main data storage.

Running

Running with docker compose

Prerequisites

  • Docker
  • Docker Compose

Steps

  1. Run docker-compose up
  2. Navigate in browser to localhost:7070

Running locally

Prerequisites

  • Docker
  • Go
  • Dart (with webdev)
  • Gnu Make

Steps

  1. Start Infrastructure (RethinkDB and Redis): make deps
  2. Build frontend make fe-all
  3. Start backend: make be-all
  4. Navigate in browser to localhost:7070

About

Simple chat application written in Go and Dart programming languages with Redis as a session storage and RethinkDB as a main data storage.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published