DEV Community

Discussion on: Which language & framework are you using for a backend?

Collapse
 
cubikca profile image
Brian Richardson

A mix of C# and PHP. Communication between applications is via Web APIs, or RPC over a message queue. Moving toward a completely async C# implementation that doesn't use RPC at all. SignalR is part of that puzzle, allowing back-end processing to communicate back to the front-end.