Coder Social home page Coder Social logo

bharathaiys / twitter-clone Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 167 KB

Simulated a client/server distributed system with multiple actors that supports registering accounts, subscriptions, sending tweets, querying tweets by hashtags/mentions, re-tweets and live delivery of tweets. Periods of live connection was simulated for up to 3000 users with a Zipf distribution for the number of subscribers.

F# 100.00%

twitter-clone's Introduction

Twitter Simulator

The project is an implementation of a Twitter Simulator. The problem statement is to implement an engine that (in part II) we paired it up with WebSockets to provide full functionality. The client part (send/receive tweets) and the engine (distribute tweets) were simulated in separate OS processes.

TEAM MEMBERS:

BHARATH SHANKAR, UFID: 9841-4098
DINESH SINGAMSETTI, UFID: 8336-1334

HOW TO RUN:

  1. Navigate to the folder TwitterSimulator in Project4.2 Folder

  2. Run the following command on one terminal:

    dotnet build
    
    after building run it by following command 
    
    dotnet run
    
  3. Open the given https: localhost name given in the terminal on the browser for each client.

WHAT IS RUNNING:

Register account Send tweet. Tweets can have hashtags (e.g. #COP5615isgreat) and mentions (@bestuser) Subscribe to user's tweets Re-tweets (so that your subscribers get an interesting tweet you got by other means) Allow querying tweets subscribed to, tweets with specific hashtags, tweets in which the user is mentioned (my mentions) If the user is connected, deliver the above types of tweets live (without querying)

PROGRAM INPUTS:

  Inputs are Given in the Users Interface of the Twitter Simulator

VIDEO:

It is present in the zip folder with name ProjectVideo.mp4

twitter-clone's People

Contributors

bharathaiys 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.