Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

185
Views
Best way to Connect node.js and server engine Net.Core

I would like to find the best way to connect javascript to a c# engine.

In my case I have a c# process that manages the raspberry GPIOs and I want to expose a set of functions to multiple js clients which can also be remote.

I tried to implement an MQ service with serialization commands in JSON but the structure to expose all the commands and manage the response of the functions is very elaborate.

my engine exposes workbench with a list of example functions:

    public interface IWorkbench
    {
        public void SetDigitalOutput(byte[] output);

        public byte[] GetDigitalInput();

        public double GetTemperatureBySensor();
    }

I need to be able from a js client to call this set of functions and get the result. What can I use to make my life easy?

about 4 years ago · Juan Pablo Isaza
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!