# vite-dev-rpc [](https://www.npmjs.com/package/vite-dev-rpc) Remote procedure call for client-server communication in Vite plugins. > Requires Vite ^2.9.0-beta.9 Based on - [`birpc`](https://github.com/antfu/birpc) - Message-based two-way remote procedure call. - [`vite-hot-client`](https://github.com/antfu/vite-hot-client) - Get `import.meta.hot` at runtime. - [`import.meta.hot.send` API in Vite 2.9](https://github.com/vitejs/vite/pull/7437) - Server-client communication support. ## Sponsors
## License [MIT](./LICENSE) License © 2021 [Anthony Fu](https://github.com/antfu)