Giter Club home page Giter Club logo

minimalws's Introduction

CEV Telemetry Minimal WebSocket Application

By Jason Klein

A minimal implementation of client-server WebSocket communication, using expressjs and the nodejs ws library. This repository is intended to demonstrate how it is possible to communicate dashboard data across the client and server in a way that can be tested over localhost (apparently socket.io can do this too but I was having trouble with it earlier when combining it with React).

This repository includes lots of commented code and notes about how to handle things when used as part of a real dashboard project, such as making a consistent client-server communication protocol (maybe with JSON instead of the Strings that I used here...).

I also implemented the same frontend but in react, the source file for which is /react.jsx. While this is the code that would work, the way that it is set up in this respository is not recommended. Use something like vite instead.

Note: Check out this gist, which has some more socket-handling code for when connections are formed and deleted. Someone did exactly this but with socket.io instead of ws.

Note: Also have a look at my Tic-Tac-Toe with websockets project, where I used React context, refs, and useEffect() to manage the game state while communicating with the server.

Setup

  1. Run npm install
  2. Run npm start
  3. Navigate to localhost:8000

If you want to make modifications to react.jsx, then make sure to run the following command once you're done making changes. This command will transpile the JSX and place it in the right spot to be loaded. This will also be run with npm run compile.

./node_modules/.bin/babel --presets @babel/preset-react react.jsx -o public/react.js

minimalws's People

Contributors

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