Skip to content

komnatadeveloper/flutter_socket_client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flutter Socket Client that works in coordinance with Node.js Backend

Getting Started

npm i

and then ->

npm run server

then learn your server/computer local ip (e.g. http://192.168.1.45 or similar, )

then go to file lib/constants/constants.dart. Find -> apiUrl and update this variable as local ip with your port number (3000). Now you have a basic chat Application with Node.js socket.io and Flutter Mobile Client

  • Build your App and you will have connected bi-directionally

About

Flutter Socket.io with Node.js Backend

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages