Skip to content

fahadadnaan/DevChats

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

DevChat App  💬

Simple chat App with Flutter and Express.js

This example demonstrates how to use Node.js, Express.js and socket.io as backend with a Flutter application and Vanila.js as frontend. When a user logs in with a username and chat room, The user can send/receive messages through the room he organizes.

Setup 🕵️‍♂️

Make sure you have Flutter and Node.js. installed on your system

Server setup 👨‍💻
cd node_devchat
npm install
npm run dev

Go to localhost:3000
Flutter setup 📱
cd flutter_devchat
pub get
flutter run