@banana-universe/adapter-fastify
v0.0.2
Published
Fastify adapter exploration stub for BananaJS — implements FrameworkAdapter interface. Not yet functional.
Readme
@banana-universe/adapter-fastify
Experimental Fastify adapter package for BananaJS. Not production-ready.
Homepage
https://surya-manne.github.io/banana-universe/
Installation
npm install @banana-universe/adapter-fastifyCurrent API Surface
FastifyAdapterimplementsFrameworkAdapter- Methods currently throw
Not yet implemented
Exploration Snippet
import { FastifyAdapter } from '@banana-universe/adapter-fastify';
const adapter = new FastifyAdapter();
try {
adapter.listen(3000);
} catch (error) {
// expected for now: adapter is still a stub
}Documentation
- Project docs: https://surya-manne.github.io/banana-universe/
License
MIT
