Skip to content

A simple implementation of a Dioxus client talking to a Rocket backend.

Notifications You must be signed in to change notification settings

Qualitymix/Dioxus_RocketBackend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Dioxus_RocketBackend

A simple implementation of a Dioxus client talking to a Rocket backend.

This is a simple example of using Rocket as a backend to serve content to a Dioxus client application.

The example sends text, however could be used to implement authentication, cookies, and custom serverside database implmentations.

From terminal, enter the DioxusClient folder and run: dioxus serve

From another terminal, enter the RocketBackend folder and run: cargo run

About

A simple implementation of a Dioxus client talking to a Rocket backend.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages