/Websocket_vapor

Vapor Server to send and receive tasks via WebSockets.

Primary LanguageSwift

Websocket_vapor

Vapor Server to send and receive tasks via WebSockets.

API documentation:

All API End points and documentation can be found at: This link.

The following is just a simple list of the api end points:

WebSocket URL: ws://tasklist.herokuapp.com/socket

GET https://tasklist.herokuapp.com/tasks

PUT https://tasklist.herokuapp.com/tasks

POST https://tasklist.herokuapp.com/tasks/:TaskID/Done

DELETE https://tasklist.herokuapp.com/tasks/:TaskID

Developers