Skip to content

RukshanJS/websockets-nestjs-flutter

main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 

Documentation

Full documentation and the article series can be found here,

Article on dev.to

Output

Setup

Run Locally

Clone the project

  git clone https://github.com/RukshanJS/websockets-nestjs-flutter.git

Go to the project directory

  cd websockets-nestjs-flutter

Install dependencies for backend

  cd backend/server-timer-backend
  npm install

Start the backend server

  npm run start:dev

Navigate to the frontend/server_timer_frontend folder

Install dependencies for frontend

  flutter pub get

IMPORTANT : You have to replace the value 192.168.X.X in /lib/sockets/socket_service.dart with IP address of your localhost.

Run flutter app

  flutter run

Support me

Do you think I deserve a cup of coffee for this project? 😃

Buy Me A Coffee

About

Server-side timer project using WebSockets(with Socket.IO), NestJS and Flutter

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published