An open API service indexing awesome lists of open source software.

https://github.com/nwylynko/overbuilt-todo-app

testing out websockets, trying to scale to as many clients as possible using minimal memory and cpu
https://github.com/nwylynko/overbuilt-todo-app

Last synced: 2 months ago
JSON representation

testing out websockets, trying to scale to as many clients as possible using minimal memory and cpu

Awesome Lists containing this project

README

        

# Overbuilt Todo app

Attempting to build a super overbuilt system just for tracking todos, with firebase authentication, google pubsub, WebSockets, microservices, and more technologies

![System Diagram](./System%20Diagram.png)
An API gateway would be better to make the api the client interacts with simplier and to do authentication and authorisation all in one place but for now its simplier to not use one.