Commit Graph
16 Commits
Author SHA1 Message Date
amacocian 9e33886d75 Changed server example to feature both a http and a websocket handler concurrently. 2019-07-25 11:27:31 +03:00
amacocian b2ea55e949 Implemented websocket protocol and basic echo websocket module. 2019-07-24 14:02:54 +03:00
amacocian 5d52c253aa Hello world http module implementation 2019-07-24 12:39:02 +03:00
amacocian aa141eb88d Switched to a concurrent collection for message queue. 2019-07-24 11:24:34 +03:00
amacocian c2c41367a7 Implemented keep-alive functionality 2019-07-24 09:59:11 +03:00
amacocian a1934fdf34 Fixed an error with server responses. 2019-07-23 18:23:03 +03:00
amacocian 8c875c4278 Changed Interfaces to provide handlers with reference to server directly through method calls 2019-07-23 15:57:08 +03:00
amacocian e84c1051a2 Added http handlers 2019-07-23 14:47:38 +03:00
amacocian 3e0287fa26 Merge branch 'master' of https://github.com/AlexMacocian/MTSC 2019-07-23 07:28:06 +03:00
amacocian c330bc7292 changes 2019-07-23 07:28:02 +03:00
amacocian afc632b72e Added ability to use SslStreams for communication. 2019-07-22 18:52:13 +03:00
amacocian ffa91681bd Added support for Ssl Stream 2019-07-22 18:41:34 +03:00
amacocian 59078d13f5 Modified from ASCII to Unicode Encoding for broadcasting. 2019-07-22 15:00:29 +03:00
amacocian 7cf668e3c1 Implemented a unified message sending method.
Implemented broadcasting handlers to test encrypted communication.
2019-07-19 09:48:42 +03:00
amacocian 2ba2939049 Implemented client encryption handler 2019-07-18 15:45:27 +03:00
amacocian 7ca14ee942 Adding basic functionality and testing 2019-07-17 16:01:43 +03:00