Y
Hacker News
new
|
ask
|
show
|
jobs
by
colechristensen
21 days ago
Phoenix is delightfully fast and not having to deal with two entirely different application stacks where your application is split down the middle (or the javascript ecosystem) is a breath of fresh air.
1 comments
jiggunjer
20 days ago
Isn't split stack architectural, i.e. client heavy vs thin client. Not a hard TS feature?
link
colechristensen
20 days ago
With Phoenix you can write actually 0 code that runs on the client, just the backend and html templating.
link