https://github.com/rstudio/r-websockets
HTML 5 Websockets implementation for R
https://github.com/rstudio/r-websockets
Last synced: about 1 year ago
JSON representation
HTML 5 Websockets implementation for R
- Host: GitHub
- URL: https://github.com/rstudio/r-websockets
- Owner: rstudio
- Created: 2011-04-17T20:01:50.000Z (about 15 years ago)
- Default Branch: master
- Last Pushed: 2017-12-01T08:04:57.000Z (over 8 years ago)
- Last Synced: 2025-04-04T02:41:18.684Z (about 1 year ago)
- Language: R
- Homepage: http://illposed.net/websockets.html
- Size: 1.42 MB
- Stars: 72
- Watchers: 12
- Forks: 37
- Open Issues: 5
-
Metadata Files:
- Readme: README
- Changelog: NEWS
Awesome Lists containing this project
README
R/Websockets
A simple, portable HTML 5 Websocket API implementation for R.
Copyright (C) 2011 by Bryan W. Lewis, , package licensed under GNU LGPL v3.
---
NOTE: This package is no longer maintained. For implementing websocket servers in R, try the httpuv package (https://github.com/rstudio/httpuv).