|
|
|
|
|
by hkjgkjy
3296 days ago
|
|
The difference between front and backend web applications is nothing more but where the views are rendered - which on client side also means managing state and IO. This means Rails and Angular are doing the same job - the main difference is where data keeping and rendering is done. |
|