ic-pluto 0.3.2

HTTP router & SSR tool for the Internet Computer.
Documentation

Pluto: Building Backend Services on Chain

Pluton is an HTTP router implemented on the Internet Computer to facilitate working with HTTP. This router is a framework that allows you to write REST API applications on the blockchain in almost the same way as in Web 2

Pluto is an open-source project that empowers developers to build backend services on the chain. It provides a framework and tools to facilitate the creation of decentralized applications (dApps) with a focus on the backend logic and functionality.

Features

  • Easy-to-use router
  • Cors support
  • Validation

Getting Started

To get started with Pluto simply add pluto to "dependencies" in your Cargo.toml

[dependencies]
pluto = { git = "https://github.com/pu0238/pluto.git" }

Coming soon

  • Authentication and secure tokens
  • CLI (project generator, files generator)
  • Tests
  • Website + Docs
  • Examples
  • Swagger integration
  • Response cache
  • Blob response