|
|
|
|
|
by chromic
5481 days ago
|
|
Off the top of my head benefits: -No mental context switch when working on both ends
-Easier serialization (though JSON is pretty portable...)
-Sharing code
They aren't exclusive to Node and JS, but browsers run JS and will continue to for the foreseeable future. Since the front end can't budge its language at the moment, the back end has to. |
|