An open API service indexing awesome lists of open source software.

https://github.com/extrawurst/sockjs-d

SockJs implementation for vibe.d
https://github.com/extrawurst/sockjs-d

Last synced: 4 months ago
JSON representation

SockJs implementation for vibe.d

Awesome Lists containing this project

README

          

sockjs-d [![Build Status](https://api.travis-ci.org/Extrawurst/sockjs-d.png)](https://travis-ci.org/Extrawurst/sockjs-d) [![Analytics](https://ga-beacon.appspot.com/UA-49903757-1/sockjs-d/readme)](https://github.com/Extrawurst/sockjs-d)
========

See test project of a sockjs web client connecting and exchanging messages with a vibe.d server.

Note:
This is xhr-polling transport only right now, since it is meant to work with
sockjs for unity-free (https://github.com/Extrawurst/sockjs-unity3d-xhr).
If anyone wants to contribute other transports, just fork and I will pull ;)