Skip to content

Simple chat application based on Node JS and Flutter with socket for learning.

License

Notifications You must be signed in to change notification settings

gopelkujo/simple_chat_learn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Simple Chat Application

Simple chat mobile application. No encryption, decryption, profile. Only real-time messaging. This project was created for learning purposes only.

Tech Stack

  • Node JS for server side
  • Flutter for mobile framework

How To Run

Clone this repository

git clone https://github.com/gopelkujo/simple_chat_learn.git

Run the server locally by run this in backend folder

npm install
node server.js

Then set up your Android Emulator / iOS simulator then run this in mobile folder

flutter pub get
flutter run

And start chatting in provided room chat.

About

Simple chat application based on Node JS and Flutter with socket for learning.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published