All Projects → dbackowski → socket.io-rails

dbackowski / socket.io-rails

Licence: MIT license
Rails asset pipeline wrapper for socket.io

Programming Languages

ruby
36898 projects - #4 most used programming language
HTML
75241 projects
javascript
184084 projects - #8 most used programming language
CSS
56736 projects

Projects that are alternatives of or similar to socket.io-rails

pwdcalc
Take no risk and help your users to choose good passwords!
Stars: ✭ 11 (-80.7%)
Mutual labels:  gem, asset-pipeline
redparty
Host Youtube watch party with friends. Sync videos and chat in real-time
Stars: ✭ 70 (+22.81%)
Mutual labels:  socket-io
vega
HTTP Client w/ Team Sharing Features!
Stars: ✭ 20 (-64.91%)
Mutual labels:  socket-io
local-party
A website where you can create rooms and chat while watching local video files synchronized with your friends.
Stars: ✭ 196 (+243.86%)
Mutual labels:  socket-io
tinify-ruby
Ruby client for the Tinify API.
Stars: ✭ 41 (-28.07%)
Mutual labels:  gem
nagios check
Ruby Nagios Check Integration
Stars: ✭ 13 (-77.19%)
Mutual labels:  gem
flood-protection
Flood protection for realtime applications
Stars: ✭ 19 (-66.67%)
Mutual labels:  socket-io
runfile
Command line for your projects
Stars: ✭ 22 (-61.4%)
Mutual labels:  gem
python react blog back end
Redis Celery Fabric Gunicorn Personal Blog
Stars: ✭ 12 (-78.95%)
Mutual labels:  socket-io
how-to-build-your-own-uber-for-x-app
Code for my blog post on How to Build Your Own Uber-for-X App
Stars: ✭ 138 (+142.11%)
Mutual labels:  socket-io
tsed
📐 Ts.ED is a Node.js and TypeScript framework on top of Express to write your application with TypeScript (or ES6). It provides a lot of decorators and guideline to make your code more readable and less error-prone.
Stars: ✭ 2,350 (+4022.81%)
Mutual labels:  socket-io
m-server
egg.js简单应用
Stars: ✭ 35 (-38.6%)
Mutual labels:  socket-io
aioudp
Asyncio UDP server
Stars: ✭ 21 (-63.16%)
Mutual labels:  socket-io
uptime-kuma
A fancy self-hosted monitoring tool
Stars: ✭ 27,425 (+48014.04%)
Mutual labels:  socket-io
node-server-template
This is Node.js server tidy template / boilerplate with Express (with asyncified handlers, custom error handler) framework and MongoDb. The server use ES6 and above. On different branches you can see different techniques' and technologies' usage, such as Kafka, nodemailer, file download... You also can find postman collections.
Stars: ✭ 116 (+103.51%)
Mutual labels:  socket-io
git-reclone
reclone your git repo
Stars: ✭ 11 (-80.7%)
Mutual labels:  gem
Introduction p5js
This is a french introduction to p5*js
Stars: ✭ 29 (-49.12%)
Mutual labels:  socket-io
laravel-echo-redis-socketio
It's a very simple chat demo, use laravel-echo-server and Laravel Echo
Stars: ✭ 30 (-47.37%)
Mutual labels:  socket-io
socketio
No description or website provided.
Stars: ✭ 23 (-59.65%)
Mutual labels:  socket-io
ChatDemo
A demonstration of private communication on a public channel.
Stars: ✭ 29 (-49.12%)
Mutual labels:  socket-io

socket.io-rails Build Status

Rails asset pipeline wrapper for socket.io.js.

Installation

Add this line to your application's Gemfile:

gem 'socket.io-rails'

And then execute:

$ bundle

Or install it yourself as:

$ gem install socket.io-rails

Usage

Include socket.io in your manifest files:

//= require socket.io
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].