Coder Social home page Coder Social logo

cs361's Introduction

CS-361

Microservice Data Interactions

How to request data

Data requests can be made using the client.js file provided. The intention is that the client.js will be called when a certain webpage, the jobs page is loaded. The client simply establishes a connection using sockets, and sends over a string, alerting the server that it is requesting data. The client will output several strings, one that attempts to connect to the server and another stating that a request was sent, indicating a successful connection to the server and that it is awaiting a reponse.

How to receive data

After the data request is made, the server will take a given object, in its current case jobs[] and then stringify it. The server will then send this JSON string back to the client as its response which gets displayed in the clients console, allowing the data to be parsed and handled as neccessary. This JSON String can then be parsed by the user, allowing them to use the JavaScript object in their program. The intention is that this object would be displayed on the webpage, in a table format.

UML Diagram

My Remote Image

cs361's People

Contributors

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