10 years, 5 months ago.

mbed Websocket server shut down?

Anybody know why mbed websocket server do not work?

Thanks!

1 Answer

10 years, 4 months ago.

David,

The mbed websocket server was discontinued as a service, see this post for details. There are example projects you can run locally to emulate the server if you want to (https://developer.mbed.org/cookbook/Websockets-Server), or you can use well documented python (http://stackoverflow.com/questions/5839054/websocket-server-in-python) or nodejs (http://stackoverflow.com/questions/16392260/which-websocket-library-to-use-with-node-js) websocket implimentations to test your setup.

All the best,

-Austin