Socket
Book a DemoInstallSign in
Socket

github.com/seanrmurphy/vugu-tdl-async

Package Overview
Dependencies
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/seanrmurphy/vugu-tdl-async

Source
Go
Version
v0.0.0-20200803141326-57181bb36cb7
Version published
Created
Source

Vugu/Todo/Async Demo

This repo contains code which demonstrates a simple Todo application which uses Go on Frontend (FE) and Backend (BE). The FE is built using vugu and the BE uses AWS services.

This repo contains the following three directories:

  • backend which contains the logic for the backend services
  • frontend which contains the logic for the browser application and a devserver to serve it
  • models a directory which contains the Todo data model which is common to the FE and the BE

Building the application

Follow the instructions inside the backend directory to build and deploy the backend on AWS; then follow the instructions in frontend to build the frontend and serve it locally.

Related Medium post

A medium post describes this work here:

  • https://medium.com/@sean_24982/fullstack-go-going-asynchronous-1ab00eb7c517

FAQs

Package last updated on 03 Aug 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts