https://github.com/magnusthor/xsockets.binary.controller.example
This example shows how to work with Binary WebSockets Messages on XSockets.NET
https://github.com/magnusthor/xsockets.binary.controller.example
Last synced: about 1 month ago
JSON representation
This example shows how to work with Binary WebSockets Messages on XSockets.NET
- Host: GitHub
- URL: https://github.com/magnusthor/xsockets.binary.controller.example
- Owner: MagnusThor
- Created: 2012-11-28T14:16:21.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2012-11-28T14:36:20.000Z (over 13 years ago)
- Last Synced: 2023-03-27T12:07:58.593Z (about 3 years ago)
- Language: JavaScript
- Size: 5.92 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
XSockets.Binary.Contoller.Example
========================
# Info
This is repo contains an MVC3 example including a XSockets.NET development server (as well as hosting service), it shows
how to create custom controllers that deals with binary websocket messages.
The default view (/XSockets.Binary.Contoller.Example/Views/Default and /XSockets.Binary.Contoller.Example/Views/Shared/_layout) contains
the client-side JavaScript code.
In the XSocketsHandler project (controller plugin project) you will find the MyCustomBinaryController.cs (controller) that
implements the "specific" server side actions.
More information regarding XSockets.NET Server-Side API and Client (JSAPI) can be found on http://xsockets.net
If you need assistance send and email to contact@xsockets.net
================================================
Kind regards
Team XSockets.NET