All Projects β†’ eminmuhammadi β†’ emiga-stream

eminmuhammadi / emiga-stream

Licence: MIT license
Video stream using Express.js , Socket.io

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects

Projects that are alternatives of or similar to emiga-stream

Never Blink
πŸ‘€Blink and lose.
Stars: ✭ 802 (+3241.67%)
Mutual labels:  socketio, video-streaming
ToxBlinkenwall
ToxBlinkenwall - VideoConferencing with Tox
Stars: ✭ 16 (-33.33%)
Mutual labels:  video-streaming
Tracking Location Socketio
Demo Broadcast/Tracking location with SocketIO (like Uber/Grab) for Web/Mobile Apps
Stars: ✭ 149 (+520.83%)
Mutual labels:  socketio
Python Socketio
Python Socket.IO server and client
Stars: ✭ 2,655 (+10962.5%)
Mutual labels:  socketio
Phpsocket.io
A server side alternative implementation of socket.io in PHP based on workerman.
Stars: ✭ 2,026 (+8341.67%)
Mutual labels:  socketio
Video Chat
Video chat app using Vue, Vuex, WebRTC, SocketIO, Node, Redis & Docker with horizontal scaling. Multiparty and 1 to 1 video functionality, several public rooms and user status
Stars: ✭ 240 (+900%)
Mutual labels:  socketio
React Socket Io
A react provider for socket.io, http://socket.io/
Stars: ✭ 111 (+362.5%)
Mutual labels:  socketio
shaka-php
🎞 Shaka PHP is a library that uses Shaka Packager for DASH and HLS packaging and encryption, supporting Common Encryption for Widevine and other DRM Systems.
Stars: ✭ 63 (+162.5%)
Mutual labels:  video-streaming
Virtual-Room
A virtual room where friends share videos among them in real time directly over the web browser, with synchronized playback and a video chat at the same time.
Stars: ✭ 31 (+29.17%)
Mutual labels:  video-streaming
Firecamp
The world's first Multi-protocol API Platform. Run, Test, Collaborate to build Any Kind Of APIs.
Stars: ✭ 195 (+712.5%)
Mutual labels:  socketio
Socketio Wildcard
socket.io v2.x with a wildcard event
Stars: ✭ 185 (+670.83%)
Mutual labels:  socketio
Socketio
Socket.IO Java Server based on Netty. was created to meet gaming performance requirements. battle tested and in use by Playtech Microservices API Gateway.
Stars: ✭ 166 (+591.67%)
Mutual labels:  socketio
gofast
High performance transport protocol for distributed applications.
Stars: ✭ 19 (-20.83%)
Mutual labels:  socketio
Angular5 Iot Dashboard
Multipurpose dashboard admin for IoT softwares, remote control, user interface. Develop your client dashboards in Angular 5 with vast variety of components available.
Stars: ✭ 148 (+516.67%)
Mutual labels:  socketio
flutter feathersjs.dart
Communicate with your feathers js server from flutter app with unbelieved ease and make happy your customers.
Stars: ✭ 19 (-20.83%)
Mutual labels:  socketio
Ember Socket Guru
Addon for easy integration with Pusher.js, ActionCable, Socket.io and Phoenix Channels
Stars: ✭ 119 (+395.83%)
Mutual labels:  socketio
Angular Ngrx Socket Frontend
Angular Ngrx Socket.IO Example
Stars: ✭ 177 (+637.5%)
Mutual labels:  socketio
Node Decorators
node-decorators
Stars: ✭ 230 (+858.33%)
Mutual labels:  socketio
realtime-geolocation
Geolocation tracking app with Node.js, Socket.io, & AngularJS
Stars: ✭ 29 (+20.83%)
Mutual labels:  socketio
emitron-Android
Android version of emitron
Stars: ✭ 53 (+120.83%)
Mutual labels:  video-streaming

emiga-stream

Video stream using Express.js , Socket.io

Installing

npm install

Run

npm run dev

Run separately

npm run server
npm run proxy

Configure

{
  "Server" : {
    "settings" :{
      "port"   : "8000",
      "socket" : "8001"
    }
  },
  "Proxy" : {
    "settings" :{
      "port"         : "8002",
      "storage_path" : "storage",
    }
  }
}

That's all Folks

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].