Git Product home page Git Product logo

contact-list-with-socket's Introduction

Contact list with Socket

We are from fit@hcmus, and this is our practice project for Computer Networking course (CSC10008).

Our app manages a digital contact list using Socket programming, with TCP at Transport Layer. This contact list is stored at server side, and the server provides services for clients that they can request for contact information.

Content:

1. Try our app

Get the latest version of our app by following these steps

curl -fsSL github.com/htrvu/contact-list-with-socket/releases/latest/download/DigitalContact.zip -O
unzip -q DigitalContact.zip -d DigitalContact

2. Build the app from source codes

Firstly, you must have pyinstaller installed. Then, follow these steps:

2.1. Clone this repository

git clone https://github.com/htrvu/contact-list-with-socket.git DigitalContact
cd DigitalContact

2.2. Build the source codes

a. Client

cd ./source/client # path to client folder
pyinstaller main.spec

b. Server

cd ../server # path to server folder
pyinstaller main.spec

c. Remove unnecessary stuffs

cd .. # path to source folder
mv client/dist/DigitalContact.exe client/DigitalContact.exe
mv server/dist/DigitalContact-Server.exe server/DigitalContact-Server.exe
rm -r client/dist client/build server/dist server/build

3. Screenshots

Starting the Server and input dialog of Client:

Client connects to Server:

View the contact list:

Infinte scroll for contact list:

View the detail information:

Client reconnects to Server:

Reconnect successfully:

About us:

contact-list-with-socket's People

Contributors

dotrann1412 avatar htrvu avatar huuthientran avatar

Stargazers

 avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.