https://github.com/capjavert/next-rust
Next.js + Rust template
https://github.com/capjavert/next-rust
Last synced: 11 months ago
JSON representation
Next.js + Rust template
- Host: GitHub
- URL: https://github.com/capjavert/next-rust
- Owner: capJavert
- Created: 2024-03-11T20:23:30.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-03-12T00:40:30.000Z (over 2 years ago)
- Last Synced: 2024-05-01T13:35:27.476Z (about 2 years ago)
- Language: Rust
- Homepage: https://next-rust-lake.vercel.app
- Size: 207 KB
- Stars: 10
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: FUNDING.yml
Awesome Lists containing this project
README
## Next.js + Rust template
Learn how to use Rust in your existing JavaScript/Next.js projects and discover how to deploy Rust to production on Vercel.
You can use this template to get started writing Rust code in your Next.js project.
Read my blog post [Integrating Rust into Next.js: How-To Developer Guide](https://medium.com/@capJavert/integrating-rust-into-next-js-how-to-developer-guide-10e533470d71) for more info.

### Examples
Check out `/api/examples` folder for different examples of how to use Rust in your Next.js project.
All examples are deployed under `/api/examples/*` eg. https://next-rust-lake.vercel.app/api/examples/beer.
---
Running Rust in Next.js is powered by [Rust Runtime from Vercel Community](https://github.com/vercel-community/rust) ❤️