Skip to content

Instantly share code, notes, and snippets.

@fitomad
Created April 28, 2020 13:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fitomad/f5974b8c53eff3e0246b56fd3cae25e5 to your computer and use it in GitHub Desktop.
Save fitomad/f5974b8c53eff3e0246b56fd3cae25e5 to your computer and use it in GitHub Desktop.
// configures your application
public func configure(_ app: Application) throws {
...
// register routes
try routes(app)
// Nuestro WebSocket
try webSockets(app)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment