A simplified chat made with Flutter, Socket.io and HiveDB.
This repository container an app, a socket.io server and a emulated socket.io client.
This is not a complete functional app, only has educational pourpose.
Review the slides to a little introduction:
First, go to the socket.io server
cd socketio_server
npm install
# yarnThen, in one terminal, run the server.
node index.jsAnd, in another terminal, run a emulated client.
node client.jsTo finish, run the app and use the following account and navigate to chat screen:
username: eve.holt@reqres.in
password: cityslicka1A!