Real-time example of communication using WebSockets
A simple Terminal/Server app acting as a Web Server, and accepting WebSocket connections.
Built using Vapor.
# Instal the Vapor toolbox
brew install vapor
Select the WebSocketServer
scheme to build and run the Terminal/Server app.
Note: The Terminal/Server app is listening on localhost:8080
by default.