Konard / LinksPlatform

Holistic system for storage and transformation of information based on associative model of data. Целостная система для хранения и обработки информации, основанная на ассоциативной модели данных.
https://linksplatform.github.io/Documentation/
GNU Lesser General Public License v3.0
57 stars 9 forks source link

WebSocket Terminal / REST API (direct HTTP connection to Links) #49

Open Konard opened 9 years ago

Konard commented 9 years ago

https://github.com/sta/websocket-sharp https://github.com/statianzo/Fleck https://github.com/kerryjiang/SuperWebSocket https://github.com/aspnet/WebSockets https://github.com/vtortola/WebSocketListener https://github.com/Olivine-Labs/Alchemy-Websockets https://github.com/SignalR/SignalR https://github.com/aspnet/SignalR-Server https://github.com/aspnet/Mvc (Web API / REST API)

lubyagin commented 9 years ago

Про HTML5 WebSockets есть здесь: http://myrusakov.ru/html5-websockets.html

scsmash3r commented 9 years ago

I think it would be nice to have an API to contact with, since I don't really understand how to work with initial binaries. Also, since I'm familiar with web technologies, it's more convinient for me to work with websockets, sending params to LinksPlatform via JS. I will be able then to test LinksPlatform live, using all my knowledge and knowing what I'm doing :D

Konard commented 8 years ago

Can be implemented based on https://github.com/Konard/ASP.NET-5-CoreCLR-WebSocket-Example (fully multiplatform ASP.NET 5 version, it is finally able to be build on Linux and other platforms).

lubyagin commented 8 years ago

API нужен. Хотя бы в виде REST-сервиса.

Konard commented 8 years ago

Related to #190