All Projects → sockethub → Sockethub

sockethub / Sockethub

Licence: lgpl-3.0
A protocol gateway for the Web.

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Sockethub

Miranda Ng
Miranda NG: Next Generation of Miranda IM
Stars: ✭ 341 (+3.65%)
Mutual labels:  irc, xmpp, twitter, facebook
Sacrificial Socket
A Go websocket library with an API similar to Socket.IO... but not Socket.IO
Stars: ✭ 96 (-70.82%)
Mutual labels:  redis, websockets, socket-io
Twisted
Event-driven networking engine written in Python.
Stars: ✭ 4,442 (+1250.15%)
Mutual labels:  irc, smtp, xmpp
Nodebb
Node.js based forum software built for the modern web
Stars: ✭ 12,303 (+3639.51%)
Mutual labels:  redis, websockets, socket-io
oauth
Allow users to log in with GitHub, Twitter, Facebook, and more!
Stars: ✭ 21 (-93.62%)
Mutual labels:  facebook, twitter
node-facebook-twitter-google-github-login
Node, Express, Mongoose, Passport, Facebook, Twitter, Google and Github Authentication (Login)
Stars: ✭ 31 (-90.58%)
Mutual labels:  facebook, twitter
sudoku
Multiplayer concurrent sudoku. The winner is the player who fills the last cell correctly.
Stars: ✭ 15 (-95.44%)
Mutual labels:  websockets, socket-io
Embera
A Oembed consumer library, that gives you information about urls. It helps you replace urls to youtube or vimeo for example, with their html embed code. It has advanced features like offline support, responsive embeds and caching support.
Stars: ✭ 268 (-18.54%)
Mutual labels:  twitter, facebook
cakephp-social-share
CakePHP link generator for sharing content on social networks
Stars: ✭ 30 (-90.88%)
Mutual labels:  facebook, twitter
Timeliner
In general, Timeliner obtains items from data sources and stores them in a timeline.
Stars: ✭ 2,911 (+784.8%)
Mutual labels:  twitter, facebook
Multistreamer
[discontinued] A webapp for publishing video to multiple streaming services at once.
Stars: ✭ 281 (-14.59%)
Mutual labels:  irc, facebook
Social Media Profiles Regexs
📇 Extract social media profiles and more with regular expressions
Stars: ✭ 324 (-1.52%)
Mutual labels:  twitter, facebook
social-button
Social Buttons as Web Components
Stars: ✭ 17 (-94.83%)
Mutual labels:  facebook, twitter
Data-mining-python-script
It contain various script on web crawling/ data mining of social web(RSS,facebook,twitter,Linkedin)
Stars: ✭ 24 (-92.71%)
Mutual labels:  facebook, twitter
stay-productive
Remove feed from Facebook, Twitter and Linkedin... To stay productive !
Stars: ✭ 15 (-95.44%)
Mutual labels:  facebook, twitter
Goatee
A Redis-backed notification server written in Go
Stars: ✭ 265 (-19.45%)
Mutual labels:  redis, websockets
Socket.io Tester
Deprecated: An electron app that lets you connect to a socket.io server and subscribe to a certain topic and/or lets you send socket messages to the server
Stars: ✭ 297 (-9.73%)
Mutual labels:  websockets, socket-io
Socialmanagertools Gui
🤖 👻 Desktop application for Instagram Bot, Twitter Bot and Facebook Bot
Stars: ✭ 293 (-10.94%)
Mutual labels:  twitter, facebook
Laravel Social Auto Posting
🌈Laravel social auto posting
Stars: ✭ 306 (-6.99%)
Mutual labels:  twitter, facebook
Saea
SAEA.Socket is a high-performance IOCP framework TCP based on dotnet standard 2.0; Src contains its application test scenarios, such as websocket,rpc, redis driver, MVC WebAPI, lightweight message server, ultra large file transmission, etc. SAEA.Socket是一个高性能IOCP框架的 TCP,基于dotnet standard 2.0;Src中含有其应用测试场景,例如websocket、rpc、redis驱动、MVC WebAPI、轻量级消息服务器、超大文件传输等
Stars: ✭ 318 (-3.34%)
Mutual labels:  redis, websockets

Sockethub

A protocol gateway for the web.

Build Status Total alerts Language grade: JavaScript Maintainability Release Lerna

About

The monorepo for the Sockethub project.

Sockethub is a translation layer for web applications to communicate with other protocols and services that are traditionally either inaccessible or impractical to use from in-browser JavaScript.

For more information on Sockethub see the Sockethub README

Setup

Install Dependencies

$ yarn install

Run Tests

$ yarn test

Run Linter

$ yarn lint:js

Or, to automatically fix linting errors:

$ yarn lint:fix

Running

For development purposes, with examples enabled, run:

$ DEBUG=sockethub* yarn run dev

You should then be able to browse to http://localhost:10550 and try out the examples.

For production, with examples disabled.

$ DEBUG=sockethub* yarn run start

For more info on configuration options, see the Sockethub README section on environment variables.*

Packages

Credits

Project created and maintained by Nick Jennings

Logo design by Jan-Christoph Borchardt

Sponsored by NLNET

NLNET Logo

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