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
- Host: GitHub
- URL: https://github.com/nwylynko/overbuilt-todo-app
- Owner: NWylynko
- License: mit
- Created: 2021-10-13T05:40:04.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-07-17T06:34:05.000Z (almost 3 years ago)
- Last Synced: 2025-02-06T08:45:05.726Z (4 months ago)
- Language: TypeScript
- Size: 1.19 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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

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.