/WebSocket

Primary LanguageSwiftMIT LicenseMIT

WebSocket

Real-time example of communication using WebSockets

WebSocketServer

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.