Home→Forums→MonoBrick EV3 Firmware→Webserver→Reply To: Webserver
December 30, 2014 at 09:16
#5151

Jacek S
Participant
Hi Anders,
I have used the Nancy framework for my javascript touchscreen joystick controller project. The Nancy self hosted server is used to host all static content like html and js files and the rest service where the joystick position is posted from javascript (all is hosted on the ev3 brick). Unfortunately the Nancy server performance is very poor. Often the delay between ajax post and the handler reaction takes 1-2sec. It can’t be used for realtime steering. I was thinking about using HttpListener class. Do you have any experience with this class on the brick?
Jacek
Follow