Get started with fastify CDN

MIT licensed

Fastify: Modern, low-weight Node.js frame, builds robust, high-performance apps.

Tags:
  • web
  • framework
  • json
  • schema
  • open
  • api

Stable version

Copied!

How to start using fastify CDN


const fastify = require('fastify')({ logger: true });

fastify.get('/', async (request, reply) => {
  reply.send({ Hello: 'Fastify' });
});

fastify.listen(3000, (err, address) => {
  if (err) throw err;
  fastify.log.info(`Server listening on ${address}`);
});
Copied!
Copied!
Copied!
Copied!
Copied!
Copied!
Copied!
Copied!
Copied!
Copied!
Copied!
Copied!
Copied!
Copied!
Copied!
Copied!
Copied!
Copied!
Copied!
Copied!
Copied!
Copied!
Copied!
Copied!
Copied!
Copied!
Copied!
Copied!
Copied!
Copied!
Copied!
Copied!
Copied!
Copied!
Copied!
Copied!
Copied!
Copied!
Copied!
Copied!
Copied!
Copied!
Copied!
Copied!
Copied!
Copied!
Copied!
Copied!
Copied!
Copied!
Copied!
Copied!
Copied!
Copied!
Copied!
Copied!
Copied!
Copied!
Copied!

All versions