-
-
Notifications
You must be signed in to change notification settings - Fork 59
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
Who uses Mali? #59
Comments
I'm working on converting one of our WCF into Mali service, deploy and run on Docker. It would be very minimal and still easy to use in other projects. |
I'm using it! I found this yesterday while looking for some kind of grpc server side interceptor or middleware for node. I've got it set it up on kubernetes + load balancer in the same set up I was using with "raw" grpc and it works like a charm. Planning on going though and hooking up auth middleware + streaming endpoints for performance. Its a solid piece of work, keep it up please :) |
Me too, working with @miniPX to get streamable services up and running. |
Me too, a game. |
I'm using it at work for a small set of microservices to scrape a website and parse some info. I made a few grpc services from scratch before finding mali.js and it just made the whole thing so simple! |
We at Userzoom use it for two of our platforms! It works well and it's quite solid! Between the two platforms we have around 25 microservices that use it and it works like a charm! We actually are moving slowly all the RESTful microservices to gRPC with Mali since its way faster to develop! Thanks for the hard work and keep it up! :) |
I'll try today, wish me luck ;) |
@hendrixroa any feedback ? |
We're using Mali on Socketkit at www.socketkit.com |
We're using it for some services that utilizes minimal gRPC implementations, in a cloud-based MSA architecture. So far so good. |
We at PTI (https://pti.nl) use Mali for our new platform! It's great for building microservices with gRPC. |
Hey everyone, I'm curious to hear which companies or projects are using
Mali
and how? It would be inspiring and interesting to hear how are people finding this project useful.Thanks!
The text was updated successfully, but these errors were encountered: