DEV Community

Discussion on: Curveball - A typescript microframework

Collapse
 
rfgamaral profile image
Ricardo Amaral

Looks interesting, thank you for sharing!

Any planned support for a GraphQL server or will you rely on the community for that?

What about additional middlewares for Netlify, ZEIT and Firebase?

Collapse
 
evert profile image
Evert Pot

It would be interesting to create a middleware for easily hooking up GraphQL, I would probably hope that someone contributes this.

As for the other suggestions, I feel that these types of things should probably be solved outside the framework. Integrating with those services doesn't really feel like something a microframework should do. We're really just provide plumbing for HTTP =)

Collapse
 
rfgamaral profile image
Ricardo Amaral

You did it for AWS, that's why I asked. Unless I misunderstood.

Thread Thread
 
evert profile image
Evert Pot

Ah if all of these also have serverless functions, then yes it would definitely possible to make implementations for their APIs. I was probably the one who misunderstood. Haven't used these platforms much.

Thread Thread
 
rfgamaral profile image
Ricardo Amaral

Yes, all of them have serverless functions, that's why I asked :)