LulwahAlmisfer / Websocket_vapor

Vapor Server to send and receive tasks via WebSockets.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Vapor Server to send and receive tasks via WebSockets.


Languages

Language:Swift 77.2%Language:Dockerfile 22.8%