Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

github.com/shauryaag/tcms-go

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/shauryaag/tcms-go

  • v0.0.0-20220717182138-3d3132f4d144
  • Source
  • Go
  • Socket score

Version published
Created
Source

tcms-go

Note: Its still a work-in-progress, however the proof of concept is ready.

A test case management tool written in Go. Following all the SOLID properties.

This project is built in a way that anything can be plugged in, and replaced with something else.

The current database used is MongoDB, but can easily be replaced with any other database, even with a relational database.

As an example, we have used Chi as the router, but it can be replaced with Gorilla Mux easily (or any other router as one wishes).

Why tho?

Why would anyone need to replace their router with something else?

Since the whole project is built in a way that any part of it can be replaced with something else, it is very easy to change the router, this is because the whole project is based on abstractions. Even the subrouter can be replaced with something else, that is, you can have multiple routers in the same project.

Ok, but WHY?

The point is not to have multiple routers in the same project, but combining multiple projects built using different frameworks into one at will, think of the whole project as a modular monolith.

image

Any number of services can be added or removed easily, and multiple microservices could be turned into a monolith. This can often save costs and runtime.

FAQs

Package last updated on 17 Jul 2022

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc