Relative Content

Tag Archive for rustactix-web

Dynamic created Actix Web Server

I’m making a microservices application with rust.
I have several services that are all actix web servers. they are supposed to be exactly the same but the routes are different.

Dynamic created Actix Web Server

I’m making a microservices application with rust.
I have several services that are all actix web servers. they are supposed to be exactly the same but the routes are different.

Dynamic created Actix Web Server

I’m making a microservices application with rust.
I have several services that are all actix web servers. they are supposed to be exactly the same but the routes are different.

Dynamic created Actix Web Server

I’m making a microservices application with rust.
I have several services that are all actix web servers. they are supposed to be exactly the same but the routes are different.

Route organization in Actix web

I am trying to figure out a better way to organize the routes in my Actix application, the examples on actix.rs don’t seem to have much on modularizing routes in other files. Currently I have something like this: