I honestly expected more explicit details in web socket implementation on both the server and client sides (granted the spec is fairly straight-forward). Instead, this was a personal-experience story that seemed to be more focused on generalized topics around web sockets and the trials and tribulations associated with the speaker's implementation on a specific project. I did appreciate hearing about the pitfalls associated with this approach and the methods the speaker used to overcome them (especially the information about the separate open file limits in the OS and PHP). Unfortunately, I left this talk less excited about the possibility of using web sockets in PHP than I started with - feeling that PHP just isn't the right platform for this technology.
Very thorough presentation about the many aspect of authorization, authentication, session management and logging.
Learned a lot from this. Thank you!
Superb. Your content and delivery are quite a fire hose; I love it.
I apologize for chatting with my daughter in the back. We were debating whether a string should be an iterable.
Btw, in accordance with her keynote, for the
if ($thestring[-1] == '/') ...
slide regarding negative string indices, I think it that would be better as a [while], although there might be an edge case for a string of all slashes.
Great talk. Great at comparing real world examples to software and making it relevant.
Quite a dry topic, but well presented - certainly valuable pointers and thoughts to take on board.
Great discussion on 7.1 and it's feature set
I work a lot with auth stuff, but Chris always has something to teach me. Lots of good stuff to be aware of and review in my apps to improve.
Great overview of JOSE tools and techniques. Glad I attended.
Good talk. Extra star for the live demo.