How to test our code on an actual Firefly server?

We’ve added some new functionality to the webpage and we’d like to test them to make sure they are bug free. The problem is that when we run the code on localhost:8080, the average_pixel function will just return 0. My guess is that we are not connected with the ffserver. So is there a way that we can test our code?

@ywang To clarify, are you asking about Firefly?

Yes I’m talking about Firefly server