Replies: 2 comments
-
could be related to #135 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
How one implement http-server? In conventional languages we have functions that start, run and return. There's an execution context for every function call (call-stack frame). FBP works differently - there's nodes/processes instead of functions. They not return anything, they receive and they send.
we have this associated pair
w,req
in go,req
is ok butw Writer
is not just data, is an object (data with behavior). There's no behavior in FBPBeta Was this translation helpful? Give feedback.
All reactions