GVGovind Vijayingovind-vijay.hashnode.dev·May 13, 2020Chat App - understanding sessionWe are now able to register and login in our chat application. We can't maintain session. But, what is session? If you know about HTTP protocol, cookies and session you can skip this blog in the series. In this blog, I am going over some basic concep...01G
GVGovind Vijayingovind-vijay.hashnode.dev·May 11, 2020Chat App - basic login and registrationYou can look at here to check your code against mine. Note: Above GitHub URL has final code and might not look like exactly as described below. We will add more code as series progresses. For brevity, I have removed CSS and error handling. In this we...00
GVGovind Vijayingovind-vijay.hashnode.dev·May 11, 2020Chat App - IntroductionThis is an introductory chat application. I created this application for a take home job assignment. My goal was to implement the task as quick as possible and having a great UI and security concern was not the top priority. This is a group based cha...03G