I’m newbie to erlang. I have been working on a group chat application using erlang. The thing come into my mind is how to allow users to sign up for an account filling some information such as email address, user name and password. So for that case, how to do this theoretically ? i.e., in witch format I should store the user information into a file and how?
May I have a simple example in how to do it programmatically? I can read the user inputs from the console, but, how to deal with these information and save it in a file to be used later when user attempt to login?
falsm is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.