Simple example of WebSocket integration.
The following steps may be followed to install all dependencies, pre-build the client app, and run the server:
$ pub get
$ pub build
$ ANGEL_ENV=production dart bin/prod.dartAnd then, visit http://localhost:3000 in any browser to see it in action.