alephjs / aleph.js

The Full-stack Framework in Deno.
https://aleph.deno.dev/
MIT License
5.26k stars 168 forks source link

please provide an example of aleph + rust #244

Closed bionicles closed 3 years ago

bionicles commented 3 years ago

How would one route to Aleph from a rust API server using something like actix-web, tide, warp, rocket etc?

This would make an extremely solid option for Rust projects to do front end, because we could avoid having to deploy the front end and the rust api separately (and route to them, load balancing, dns etc etc)

shadowtime2000 commented 3 years ago

@bionicles afaik this is isn't even possible with our current system, and I don't see it as something that is really necessary for the near future.

ije commented 3 years ago

@bionicles alephjs is a javascript (typescript) framework in deno, rust is not in the context.

ije commented 3 years ago

@bionicles try yew!