Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Where do microservices/frameworks sit? #1265

Open
mrinc opened this issue Jan 17, 2024 · 1 comment
Open

Where do microservices/frameworks sit? #1265

mrinc opened this issue Jan 17, 2024 · 1 comment

Comments

@mrinc
Copy link

mrinc commented Jan 17, 2024

Hey,

Thought I'd just open this ahead of the latest major release of my project as a question.

BSB (Better-Service-Base) is an event-bus based microservice framework. - what topic/category would this fall under?

It's not a cli app - although it runs using the cli (or in docker) - it's more-of a library where you build plugins for it.
It's not a web server/web framework - you can add the webserver (fastify/express) plugin to get web server functionality - but it is a server service not a SPA.
It's not a utility or a build tool.
It is real-time but doesn't fall under the real-time category (if we compare deepstream.io - deepstream you listen for events (realtime) from the server and act on them - whereas BSB you write plugins to interact with eachother - it's not really realtime like DS is, DS is more like a websockets client - and that is just an events plugin for the BSB)
It's not a job-queue, you'd use a job queue plugin if you wanted job queues.
It's not MISC, since it is an events-based microservice framework in and of itself

Ref: https://github.com/BetterCorp/better-service-base

@noxxi17
Copy link

noxxi17 commented Feb 25, 2024

#Kpenn1779

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants