Skip to content

FrankDeGroot/gowebapp

Repository files navigation

Go Web App

This app is my learning playground for Go, CockroachDB, RedPanda and Web Components.

It is a simple to-do app to maintain a list of task descriptions and a checkbox to sign them off.

It features

  • CockroachDB to store tasks,
  • an HTTP/JSON API to get, post, put and delete tasks,
  • RedPanda to track changes to tasks,
  • a WebSocket connection to send changes to connected browsers and receive API calls (with fallback to the HTTP/JSON API),
  • a static file server for the web site,
  • Web Components to show and edit the tasks and show the saving status.

About

Simple webapp in golang using cockroachdb

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors