REPOSITORY OVERVIEWLive repository statistics
★ 11Stars
⑂ 5Forks
◯ 3Open issues
◉ 11Watchers
26/100
OPENREPOHUB HEALTH SIGNALLimited signals
A transparent discovery signal based on current public GitHub metadata.
Recent activity35% weight
10 Community adoption25% weight
20 Maintenance state20% weight
40 License clarity10% weight
0 Project information10% weight
100 This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
README preview
Neighbourly Chat
A simple real-time chat application made using Flutter and socket.io.
Demo
Setup
Clone the repo
$ git clone https://github.com/joshuadeguzman/neighbourly-chat
Setup Backend (Node JS)
Enter directory
$ cd backend
Install dependencies
$ yarn install (or npm install)
Start the server
$ yarn start (or npm start)
Setup Frontend (Flutter)
Enter directory
$ cd frontend
Install dependencies
$ flutter packages get
Run the app
$ flutter run -v
Deployment
Deploy server via Heroku CLI
Login using Heroku account
$ heroku login
Enter server directory
$ cd backend
Create a Heroku app
$ heroku create
Deploy server to your Heroku cloud account
$ git push heroku master
Read more here.
Contact
Let's connect
If this helped you, please don't forget to show some 💙
⭐ this repo or follow me on:
License
BSD @joshuadeguzman
ALGORITHMICALLY RELATEDSimilar Open-Source Projects
Selected from shared topics, language and repository description—not editorial ratings.
Talkies is a chat application built with Flutter and a Firebase database. Regardless of location, it enables users to connect and communicate in real-time. Talkies makes it simple for friends and family to communicate with each other thanks to its user-friendly interface and clear design.
31/100 healthActive repository
DartNo license#chatapp#dart#firebase#flutter
⑂ 0 forks◯ 0 issuesUpdated Jul 2, 2024
This project is a simple chat server implemented in Dart using WebSockets. It allows multiple clients to connect and exchange messages in real-time.
51/100 healthActive repository
DartNo license#chat-server#cli#server
⑂ 0 forks◯ 0 issuesUpdated May 11, 2026