Home Travis CI
Introduction to FastifyJs

Objectives

Try fastify js and see the basic functionalities that this library offers to us.

Conclusion

Fastify is a great framework that offers an homogeneus solution when working with many APIs. The idea of having proper configurations and schemas in between different APIs that solves common issues could solve the issue of having to create this solutions for each API.

I believe fastify is a good alternative to ExpressJs

Home