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
- Host: GitHub
- URL: https://github.com/extrawurst/sockjs-d
- Owner: extrawurst
- License: mit
- Created: 2013-10-22T22:58:26.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2016-12-23T10:19:55.000Z (over 9 years ago)
- Last Synced: 2025-10-08T11:44:25.998Z (9 months ago)
- Language: D
- Homepage:
- Size: 54.7 KB
- Stars: 10
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES.md
- License: LICENSE
Awesome Lists containing this project
README
sockjs-d [](https://travis-ci.org/Extrawurst/sockjs-d) [](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 ;)