|
|
|
|
|
by slindz
3412 days ago
|
|
I have two projects on the go right now.
Both have gone the web sockets first approach.
I love it. For me, the project I keep rebuilding to learn new languages/frameworks is Risk (though it's been quite awhile now). After spending so much time with Phoenix channels on my main project, I couldn't resist the fun of reimplementing it over sockets. It'll probably wind up on GitHub when I'm done. |
|
What I mean is why not write a sockets Phoenix channels transports adapter to be used instead of the default one & continue using the existing codebase? :)