Skip to content

This project is a challenge to create a socket.io chat room in less than 5 hours.

Notifications You must be signed in to change notification settings

kranfix/flutter_socketio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

79 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

flutter_socketio

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.

Before starting

Review the slides to a little introduction:

Getting Started

First, go to the socket.io server

cd socketio_server
npm install
# yarn

Then, in one terminal, run the server.

node index.js

And, in another terminal, run a emulated client.

node client.js

To finish, run the app and use the following account and navigate to chat screen:

username: [email protected]
password: cityslicka1A!

About

This project is a challenge to create a socket.io chat room in less than 5 hours.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published