Click here to Skip to main content
15,887,027 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: flow based programming Pin
winrond25-Nov-22 22:34
winrond25-Nov-22 22:34 
GeneralRe: flow based programming Pin
Richard MacCutchan25-Nov-22 22:54
mveRichard MacCutchan25-Nov-22 22:54 
GeneralRe: flow based programming Pin
OriginalGriff26-Nov-22 0:54
mveOriginalGriff26-Nov-22 0:54 
GeneralRe: flow based programming Pin
Slacker00726-Nov-22 1:50
professionalSlacker00726-Nov-22 1:50 
GeneralRe: flow based programming Pin
OriginalGriff26-Nov-22 1:51
mveOriginalGriff26-Nov-22 1:51 
GeneralRe: flow based programming Pin
PIEBALDconsult26-Nov-22 5:57
mvePIEBALDconsult26-Nov-22 5:57 
AnswerRe: flow based programming Pin
DRHuff26-Nov-22 5:58
DRHuff26-Nov-22 5:58 
AnswerRe: flow based programming Pin
jschell28-Nov-22 11:10
jschell28-Nov-22 11:10 
winrond wrote:
is it possible to create something like node-red on c#.


I would say no.

Node-RED[^]

Primary problem is this...

"It provides a browser-based editor"

So by implication that means the standard browsers like Chrome, Firefox and Edge.
To run C# in any of those you are going to need to actually start the process that runs it in the first place.

So consider the following...

Web Development - C# in the Browser with Blazor | Microsoft Learn[^]

So seems perfect right? But there are two problems with that.

First how are you going to invoke that in the first place, in the browser, using only C#? So not html, no javascript, etc. Example in the above uses HTML.

Second looks like it is not actually serving up C# (or dlls) but rather a specialized compiled and perhaps restricted form of C#. Although that is probably debatable.
GeneralTesla Killer? Pin
BernardIE531725-Nov-22 19:43
BernardIE531725-Nov-22 19:43 
GeneralRe: Tesla Killer? Pin
OriginalGriff25-Nov-22 19:50
mveOriginalGriff25-Nov-22 19:50 
GeneralRe: Tesla Killer? Pin
BernardIE531725-Nov-22 19:53
BernardIE531725-Nov-22 19:53 
GeneralRe: Tesla Killer? Pin
dandy7226-Nov-22 3:48
dandy7226-Nov-22 3:48 
GeneralRe: Tesla Killer? Pin
BernardIE531726-Nov-22 4:01
BernardIE531726-Nov-22 4:01 
GeneralRe: Tesla Killer? Pin
dandy7226-Nov-22 6:04
dandy7226-Nov-22 6:04 
GeneralRe: Tesla Killer? Pin
megaadam26-Nov-22 22:40
professionalmegaadam26-Nov-22 22:40 
JokeRe: Tesla Killer? Pin
Richard Deeming27-Nov-22 22:46
mveRichard Deeming27-Nov-22 22:46 
AnswerRe: Tesla Killer? Pin
megaadam28-Nov-22 1:07
professionalmegaadam28-Nov-22 1:07 
GeneralRe: Tesla Killer? Pin
DRHuff28-Nov-22 10:29
DRHuff28-Nov-22 10:29 
GeneralRe: Tesla Killer? Pin
GuyThiebaut27-Nov-22 22:51
professionalGuyThiebaut27-Nov-22 22:51 
GeneralRe: Tesla Killer? Pin
jschell28-Nov-22 11:14
jschell28-Nov-22 11:14 
GeneralWordle 525 Pin
StarNamer@work25-Nov-22 13:59
professionalStarNamer@work25-Nov-22 13:59 
GeneralRe: Wordle 525 Pin
Amarnath S25-Nov-22 15:39
professionalAmarnath S25-Nov-22 15:39 
GeneralRe: Wordle 525 Pin
Sandeep Mewara25-Nov-22 16:31
mveSandeep Mewara25-Nov-22 16:31 
GeneralRe: Wordle 525 Pin
OriginalGriff25-Nov-22 20:14
mveOriginalGriff25-Nov-22 20:14 
GeneralRe: Wordle 525 Pin
pkfox25-Nov-22 21:37
professionalpkfox25-Nov-22 21:37 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.