PrimaShouji / Prima2

The Discord bot.
Apache License 2.0
0 stars 4 forks source link

Merge services into a single monolith #43

Open karashiiro opened 1 year ago

karashiiro commented 1 year ago

The Go and Rust applications should be merged into the C# one for simplicity. I originally split those services off into separate deployment units for flexibility, but this project does not experience nearly enough load to justify the additional deployment complexity that causes. Rather than being separate deployment units, they should be additional C# projects with no dependencies on the main application.