Platformatic Service
Platformatic Service is an HTTP server that provides a developer tools for building robust APIs with Node.js.
For a high level overview of how Platformatic DB works, please reference the Architecture guide.
Platformatic Service is currently in public beta.
Features
- Command-line interface:
platformatic service
- Add custom functionality in a Fastify plugin
- Write plugins in JavaScript or TypeScript
- Start Platformatic Service programmatically in tests or other applications
Public beta
Platformatic Service is in public beta. You can use it in production, but it's quite likely that you'll encounter significant bugs.
If you run into a bug or have a suggestion for improvement, please raise an issue on GitHub.
Standalone usage
If you're only interested in the features available in Platformatic Service, you can simply switch platformatic
with @platformatic/service
in the dependencies
of your package.json
, so that you'll only import fewer deps.
You can use the plt-service
command, it's the equivalent of plt service
.