Skip to content

Latest commit

 

History

History
27 lines (15 loc) · 787 Bytes

README.md

File metadata and controls

27 lines (15 loc) · 787 Bytes

Go Titan

A project in Golang

Motivations

A challenge to see how much low-code can we go to create a server. The goal of this project is to minimize the amount of code possible to create a webserver that doesn't most minimal code:

Features

These are the features provided within this application:

  • Able to create route through interface
  • Upload route logic using the web interface

Architecture

There are only two components runs the server:

  • Frontend: An interface for server owner to create route at runtime and upload logic to each of their defined route
  • Backend: The application that accepts input from the frontend to create router at startup if given a file or at runtime if a file is uploaded at runtime

Frontend

Backend

Progress Logs